summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan-Jaap Korpershoek <jjkorpershoek96@gmail.com>2019-01-25 00:03:20 +0100
committerJan-Jaap Korpershoek <jjkorpershoek96@gmail.com>2019-01-25 00:03:20 +0100
commitb171824d8bb18719f6accd89326e7e6b2cbf2d56 (patch)
tree67dc6ecdb2426b06b4bbf0199453454b388f34b4 /src
parent3e89148d74c3d4a9ba075b0d9218457e845982e6 (diff)
Add missing [<switches>] argument to declare-option
Diffstat (limited to 'src')
-rw-r--r--src/commands.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cc b/src/commands.cc
index 706e86b4..b4d1b908 100644
--- a/src/commands.cc
+++ b/src/commands.cc
@@ -1456,7 +1456,7 @@ const CommandDesc update_option_cmd = {
const CommandDesc declare_option_cmd = {
"declare-option",
"decl",
- "declare-option <type> <name> [value]: declare option <name> of type <type>.\n"
+ "declare-option [<switches>] <type> <name> [value]: declare option <name> of type <type>.\n"
"set its initial value to <value> if given and the option did not exist\n"
"Available types:\n"
" int: integer\n"