From 4fbc0e9ab8637fd1c0bcffd9f6e0dcb9e18b7b88 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Wed, 25 Mar 2020 23:52:26 -0400 Subject: [PATCH] Complete keystore CLI options documentation (#54242) The documentation was missing the long option for the force option, and the short option for the stdin option. This commit addresses this by adding these to the documentation. --- docs/reference/commands/keystore.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/commands/keystore.asciidoc b/docs/reference/commands/keystore.asciidoc index fa74b808a9a..d6a8d18a540 100644 --- a/docs/reference/commands/keystore.asciidoc +++ b/docs/reference/commands/keystore.asciidoc @@ -52,7 +52,7 @@ two confirmation prompts, use the `-f` parameter. `create`:: Creates the keystore. -`-f`:: When used with the `add` parameter, the command no longer prompts you +`-f, --force`:: When used with the `add` parameter, the command no longer prompts you before overwriting existing entries in the keystore. Also, if you haven't created a keystore yet, it creates a keystore that is obfuscated but not password protected. @@ -76,7 +76,7 @@ names can be specified as arguments to the `add` command. `-s, --silent`:: Shows minimal output. -`--stdin`:: When used with the `add` parameter, you can pass the settings values +`-x, --stdin`:: When used with the `add` parameter, you can pass the settings values through standard input (stdin). Separate multiple values with carriage returns or newlines. See <>.