Update CLI documentation for generate salt and generate passphrase

Documentation previously did not clearly indicate behavior of invalid lengths
Lengths less than 24 default to 24.

Change-Id: I490ac840f4ed215e6bbbc6cc823eb958076c411c
This commit is contained in:
Alexander Hughes 2019-02-22 10:49:08 -06:00
parent 56b3e10cae
commit 1aa46d77af
1 changed files with 4 additions and 2 deletions

View File

@ -824,7 +824,8 @@ Generate a passphrase and print to ``stdout``.
**-l / --length** (Optional).
Length of passphrase to generate. By default length is 24.
Minimum length is 24. No maximum length.
Minimum length is 24. Lengths less than minimum will default to 24.
No maximum length.
Usage:
@ -855,7 +856,8 @@ Generate a salt and print to ``stdout``.
**-l / --length** (Optional).
Length of salt to generate. By default length is 24.
Minimum length is 24. No maximum length.
Minimum length is 24. Lengths less than minimum will default to 24.
No maximum length.
Usage: