diff --git a/slpkg/views/cli_menu.py b/slpkg/views/cli_menu.py index 0a830ff9..7b86ffa4 100644 --- a/slpkg/views/cli_menu.py +++ b/slpkg/views/cli_menu.py @@ -84,7 +84,7 @@ class Usage(Configs): '\n -h, --help Show this message and exit.\n' ' -v, --version Print version and exit.\n' "\nIf you need more information try to use slpkg manpage.\n" - "Extra help for the commands, use: 'slpkg help [command]'.\n" + "Extra help for the commands, use: 'slpkg help [COMMAND]'.\n" "Edit the config file in the /etc/slpkg/slpkg.toml or 'slpkg configs'.") print(args)