mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 18:06:02 +02:00
pwgen: make option names more intuitive (#1014)
This commit is contained in:
parent
a07b6f9e1e
commit
0ad07e4f2d
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
> Generate pronounceable passwords.
|
> Generate pronounceable passwords.
|
||||||
|
|
||||||
- Generate random password with symbols:
|
- Generate random password with s[y]mbols:
|
||||||
|
|
||||||
`pwgen -y {{length}}`
|
`pwgen -y {{length}}`
|
||||||
|
|
||||||
- Generate hard-to-memorize passwords:
|
- Generate secure, hard-to-memorize passwords:
|
||||||
|
|
||||||
`pwgen -s {{length}}`
|
`pwgen -s {{length}}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue