From 0833c18cafd8d1bbda8fb69ce975e372c7ab6d87 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Sun, 4 Dec 2022 11:19:05 +0100 Subject: [PATCH] Update 'CLI Reference' --- CLI-Reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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