diff --git a/pages/linux/pwgen.md b/pages/linux/pwgen.md index 3fa3bcf56a9c8..70f4cc67ffa6e 100644 --- a/pages/linux/pwgen.md +++ b/pages/linux/pwgen.md @@ -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}}`