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:
parent
56b3e10cae
commit
1aa46d77af
@ -824,7 +824,8 @@ Generate a passphrase and print to ``stdout``.
|
|||||||
**-l / --length** (Optional).
|
**-l / --length** (Optional).
|
||||||
|
|
||||||
Length of passphrase to generate. By default length is 24.
|
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:
|
Usage:
|
||||||
|
|
||||||
@ -855,7 +856,8 @@ Generate a salt and print to ``stdout``.
|
|||||||
**-l / --length** (Optional).
|
**-l / --length** (Optional).
|
||||||
|
|
||||||
Length of salt to generate. By default length is 24.
|
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:
|
Usage:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user