Add -w argument to the documentation.

This commit is contained in:
nicholas 2018-09-04 14:22:50 -04:00
parent 1bed95ddd1
commit 2f4ccf0fa9

View File

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