Update passwordy docstring formatting.
This commit is contained in:
parent
3a5235c636
commit
83a3bee53d
1 changed files with 4 additions and 3 deletions
|
@ -10,16 +10,17 @@ If os.urandom(1) gives you a byte, your system has cs randomness.
|
|||
|
||||
Command line usage:
|
||||
|
||||
> passwordy <length> [flags]
|
||||
> passwordy length <flags>
|
||||
|
||||
length:
|
||||
Integer number of characters, or words when using sentence mode.
|
||||
Integer number of characters in normal mode.
|
||||
Integer number of words in sentence mode.
|
||||
|
||||
# Sentence mode:
|
||||
--sentence:
|
||||
If this argument is passed, `length` random words are chosen.
|
||||
|
||||
--separator <string>:
|
||||
--separator X:
|
||||
When using sentence mode, the words will be joined with this string.
|
||||
|
||||
# Normal mode:
|
||||
|
|
Loading…
Reference in a new issue