diff --git a/README.rst b/README.rst index 8f5eaa5e..683f9983 100644 --- a/README.rst +++ b/README.rst @@ -41,7 +41,7 @@ Usage $ slpkg --help - USAGE: slpkg [OPTIONS] + USAGE: slpkg [OPTIONS] [COMMAND] DESCRIPTION: Packaging tool that interacts with the SBo repository. diff --git a/man/slpkg.1 b/man/slpkg.1 index 2812663d..06af5c08 100644 --- a/man/slpkg.1 +++ b/man/slpkg.1 @@ -1,7 +1,7 @@ .TH slpkg 1 "Orestiada, Greece" "slpkg 4.1.0" dslackw .SH NAME .P -slpkg - [OPTIONS] +slpkg - [OPTIONS] [COMMAND] .SH SYNAPSES .P slpkg [-h|-v] [update] [build] [install] [remove] [find] [search] [clean-logs] [clean-tmp] --yes --resolve-off --reinstall diff --git a/slpkg/views/cli_menu.py b/slpkg/views/cli_menu.py index 04f1925d..3db226b9 100644 --- a/slpkg/views/cli_menu.py +++ b/slpkg/views/cli_menu.py @@ -15,7 +15,7 @@ def usage(status: int): YELLOW = color['YELLOW'] ENDC = color['ENDC'] - args = [f'{BOLD}USAGE:{ENDC} {Configs.prog_name} [{CYAN}OPTIONS{ENDC}] \n', + args = [f'{BOLD}USAGE:{ENDC} {Configs.prog_name} [{YELLOW}OPTIONS{ENDC}] [{CYAN}COMMAND{ENDC}] \n', f'{BOLD}DESCRIPTION:{ENDC}', ' Packaging tool that interacts with the SBo repository.\n', f'{BOLD}COMMANDS:{ENDC}',