diff --git a/CLI-Reference.md b/CLI-Reference.md index fb82e48..479dced 100644 --- a/CLI-Reference.md +++ b/CLI-Reference.md @@ -28,9 +28,9 @@ Whenever a subcommand is expected, `help` can be given to produce the same outpu | Flag | Value | Description | |-------------------|-----------|--------------------------------------------------------------------------------------------------| -| `-h`, `--help` | | Prints help information about the current command. May also be specified in `[command_options]`. | +| `-h`, `--help` | | Prints help information about the current command. May also be specified in the command's options. | | `-V`, `--version` | | Prints version information. | -| `--dict` | file path | Sets the path to the Murmur hash dictionary. Defaults to `dictionary.csv`. May also be specified in `[command_options]`. +| `--dict` | file path | Sets the path to the Murmur hash dictionary. Defaults to `dictionary.csv`. May also be specified in the command's options. ## Subcommands