Remove @reboot alias for @reset command to avoid confusion on what

it does. See #3443
This commit is contained in:
Griatch 2024-03-10 22:42:20 +01:00
parent fd2cfd3781
commit 18e2081f56
2 changed files with 3 additions and 1 deletions

View file

@ -100,7 +100,6 @@ class CmdReset(COMMAND_DEFAULT_CLASS):
"""
key = "@reset"
aliases = ["@reboot"]
locks = "cmd:perm(reload) or perm(Developer)"
help_category = "System"