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 [value]: declare option of type .\n" + "declare-option [] [value]: declare option of type .\n" "set its initial value to if given and the option did not exist\n" "Available types:\n" " int: integer\n"