From 2f4ccf0fa9edc7926852141c7b44ca1c5d480caf Mon Sep 17 00:00:00 2001 From: nicholas Date: Tue, 4 Sep 2018 14:22:50 -0400 Subject: [PATCH] Add -w argument to the documentation. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19c800e..28de27f 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,18 @@ # passphrase -A simple bash script that generates random dictionary-derived passwords for me. It takes two arguments: +A simple bash script that generates random dictionary-derived passwords for me. It takes three arguments: **-c** <*number*> -Provides this many groups of five passphrases. +Provides *n* groups of passwords. **-s** Include spaces between all words. +**-w** <*number*> + +Provides phrases of *n* words. + Here's an example. Feel free to mix and match and use these as passwords. They would be good passwords. I'm not using any of them. I swear. ```shell