1
0
Fork 0
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:
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 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}}`