mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-26 10:24:40 +03:00
pwgen: make option names more intuitive (#1014)
This commit is contained in:
parent
a07b6f9e1e
commit
0ad07e4f2d
@ -2,11 +2,11 @@
|
||||
|
||||
> Generate pronounceable passwords.
|
||||
|
||||
- Generate random password with symbols:
|
||||
- Generate random password with s[y]mbols:
|
||||
|
||||
`pwgen -y {{length}}`
|
||||
|
||||
- Generate hard-to-memorize passwords:
|
||||
- Generate secure, hard-to-memorize passwords:
|
||||
|
||||
`pwgen -s {{length}}`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user