pwgen: make option names more intuitive (#1014)

This commit is contained in:
Waldir Pimenta 2016-08-24 10:29:33 +01:00 committed by Leandro Ostera
parent a07b6f9e1e
commit 0ad07e4f2d

View File

@ -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}}`