From b171824d8bb18719f6accd89326e7e6b2cbf2d56 Mon Sep 17 00:00:00 2001 From: Jan-Jaap Korpershoek Date: Fri, 25 Jan 2019 00:03:20 +0100 Subject: [PATCH] Add missing [] argument to declare-option --- src/commands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"