From 1aa46d77af8b9eb0af42b2f6a4acf04ab64ec071 Mon Sep 17 00:00:00 2001 From: Alexander Hughes Date: Fri, 22 Feb 2019 10:49:08 -0600 Subject: [PATCH] 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 --- doc/source/cli/cli.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/source/cli/cli.rst b/doc/source/cli/cli.rst index f8b8383a..94b89dae 100644 --- a/doc/source/cli/cli.rst +++ b/doc/source/cli/cli.rst @@ -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: