class var options renamed switch_options

This commit is contained in:
BlauFeuer 2018-03-05 15:17:19 -05:00 committed by GitHub
parent 3083d1c082
commit cf8d5265bb

View file

@ -317,7 +317,7 @@ class CmdSetHelp(COMMAND_DEFAULT_CLASS):
"""
key = "@sethelp"
options = ("edit", "replace", "append", "extend", "delete")
switch_options = ("edit", "replace", "append", "extend", "delete")
locks = "cmd:perm(Helper)"
help_category = "Building"