Skip to content

Commit a485fc6

Browse files
Update docs/reference/elasticsearch/command-line-tools/elasticsearch-keystore.md
Co-authored-by: Liam Thompson <[email protected]>
1 parent 0c49500 commit a485fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/elasticsearch/command-line-tools/elasticsearch-keystore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ To pass the settings values through standard input (stdin), use the `--stdin` fl
150150
```sh
151151
cat /file/containing/setting/value | bin/elasticsearch-keystore add --stdin the.setting.name.to.set
152152
```
153-
Alternatively you can use the echo command to input the password into the keystore. For example if the password is `your\!password` :
153+
Alternatively, you can use the echo command to input the password into the keystore. For example, if the password is `your\!password` :
154154

155155
```sh
156156
echo -n 'your\!password' | bin/elasticsearch-keystore add the.setting.name.to.set

0 commit comments

Comments
 (0)