diff --git a/docs/reference/cli/index.md b/docs/reference/cli/index.md
index 5558f284c..40503719e 100644
--- a/docs/reference/cli/index.md
+++ b/docs/reference/cli/index.md
@@ -4302,7 +4302,7 @@ The default is `true`.
```bash
---validator-keys=: | :[,: | :...]...
+--validator-keys=: | : | :[,: | : | :...]...
```
@@ -4317,6 +4317,13 @@ The default is `true`.
```bash
--validator-keys=/home/validator/keys/validator_217179e.json:/home/validator/passwords/validator_217179e.txt
+```
+
+
+
+
+```bash
+--validator-keys=/home/validator/keys:home/validator/password.txt
```
@@ -4340,7 +4347,8 @@ The directory or file to load the encrypted keystore files and associated passwo
Keystore files must use the `.json` file extension, and password files must use the `.txt` file extension.
When specifying directories, Teku expects to find identically named keystore and password files.
-For example `validator_217179e.json` and `validator_217179e.txt`.
+For example `validator_217179e.json` and `validator_217179e.txt`, unless an individual password file is
+specified, in which case it will be used for all keystore files found in the supplied directory.
:::tip