Add missing [<switches>] argument to declare-option
This commit is contained in:
parent
3e89148d74
commit
b171824d8b
|
@ -1456,7 +1456,7 @@ const CommandDesc update_option_cmd = {
|
||||||
const CommandDesc declare_option_cmd = {
|
const CommandDesc declare_option_cmd = {
|
||||||
"declare-option",
|
"declare-option",
|
||||||
"decl",
|
"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"
|
"set its initial value to <value> if given and the option did not exist\n"
|
||||||
"Available types:\n"
|
"Available types:\n"
|
||||||
" int: integer\n"
|
" int: integer\n"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user