From 0ad07e4f2d6b9ad1695ce9b7b10d47c72ba32908 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Wed, 24 Aug 2016 10:29:33 +0100 Subject: [PATCH] pwgen: make option names more intuitive (#1014) --- pages/linux/pwgen.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}}`