Add -w argument to the documentation.
This commit is contained in:
parent
1bed95ddd1
commit
2f4ccf0fa9
@ -1,14 +1,18 @@
|
|||||||
# passphrase
|
# 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*>
|
**-c** <*number*>
|
||||||
|
|
||||||
Provides this many groups of five passphrases.
|
Provides *n* groups of passwords.
|
||||||
|
|
||||||
**-s**
|
**-s**
|
||||||
|
|
||||||
Include spaces between all words.
|
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.
|
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
|
```shell
|
||||||
|
Loading…
Reference in New Issue
Block a user