Skip to content

Commit

Permalink
Complete keystore CLI options documentation (elastic#54242)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jasontedor authored Mar 26, 2020
1 parent e244a3b commit c120388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/commands/keystore.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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 <<add-string-to-keystore>>.

Expand Down

0 comments on commit c120388

Please sign in to comment.