Skip to content

Commit 4fbc0e9

Browse files
committed
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.
1 parent 1fc518c commit 4fbc0e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/commands/keystore.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ two confirmation prompts, use the `-f` parameter.
5252

5353
`create`:: Creates the keystore.
5454

55-
`-f`:: When used with the `add` parameter, the command no longer prompts you
55+
`-f, --force`:: When used with the `add` parameter, the command no longer prompts you
5656
before overwriting existing entries in the keystore. Also, if you haven't
5757
created a keystore yet, it creates a keystore that is obfuscated but not
5858
password protected.
@@ -76,7 +76,7 @@ names can be specified as arguments to the `add` command.
7676

7777
`-s, --silent`:: Shows minimal output.
7878

79-
`--stdin`:: When used with the `add` parameter, you can pass the settings values
79+
`-x, --stdin`:: When used with the `add` parameter, you can pass the settings values
8080
through standard input (stdin). Separate multiple values with carriage returns
8181
or newlines. See <<add-string-to-keystore>>.
8282

0 commit comments

Comments
 (0)