class var options renamed switch_options
This commit is contained in:
parent
3083d1c082
commit
cf8d5265bb
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ class CmdSetHelp(COMMAND_DEFAULT_CLASS):
|
||||||
|
|
||||||
"""
|
"""
|
||||||
key = "@sethelp"
|
key = "@sethelp"
|
||||||
options = ("edit", "replace", "append", "extend", "delete")
|
switch_options = ("edit", "replace", "append", "extend", "delete")
|
||||||
locks = "cmd:perm(Helper)"
|
locks = "cmd:perm(Helper)"
|
||||||
help_category = "Building"
|
help_category = "Building"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue