Update 'CLI Reference'

Lucas Schwiderski 2022-12-04 11:19:05 +01:00
parent 2b09c626c2
commit 0833c18caf

@ -28,9 +28,9 @@ Whenever a subcommand is expected, `help` can be given to produce the same outpu
| Flag | Value | Description | | 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. | | `-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 ## Subcommands