diff --git a/tux/help.py b/tux/help.py index 619907db..c7bf3bca 100644 --- a/tux/help.py +++ b/tux/help.py @@ -97,7 +97,7 @@ def __init__(self) -> None: command_attrs={ "help": "Lists all commands and sub-commands.", "aliases": ["h", "commands"], - "usage": "$help or ", + "usage": "help or ", }, )