Update passwordy docstring formatting.

master
voussoir 2022-01-19 20:56:40 -08:00
parent 3a5235c636
commit 83a3bee53d
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
1 changed files with 4 additions and 3 deletions

View File

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