Remove @reboot alias for @reset command to avoid confusion on what
it does. See #3443
This commit is contained in:
parent
fd2cfd3781
commit
18e2081f56
2 changed files with 3 additions and 1 deletions
|
|
@ -100,7 +100,6 @@ class CmdReset(COMMAND_DEFAULT_CLASS):
|
|||
"""
|
||||
|
||||
key = "@reset"
|
||||
aliases = ["@reboot"]
|
||||
locks = "cmd:perm(reload) or perm(Developer)"
|
||||
help_category = "System"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue