diff --git a/voussoirkit/passwordy.py b/voussoirkit/passwordy.py index f7c0b79..42b310f 100644 --- a/voussoirkit/passwordy.py +++ b/voussoirkit/passwordy.py @@ -10,16 +10,17 @@ If os.urandom(1) gives you a byte, your system has cs randomness. Command line usage: -> passwordy [flags] +> passwordy length 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 : +--separator X: When using sentence mode, the words will be joined with this string. # Normal mode: