Updated cli menu

This commit is contained in:
Dimitris Zlatanidis 2022-06-23 21:39:43 +03:00
parent 48f9f78758
commit aec74047c0
3 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@ Usage
$ slpkg --help
USAGE: slpkg [OPTIONS] <packages>
USAGE: slpkg [OPTIONS] [COMMAND] <packages>
DESCRIPTION:
Packaging tool that interacts with the SBo repository.

View file

@ -1,7 +1,7 @@
.TH slpkg 1 "Orestiada, Greece" "slpkg 4.1.0" dslackw
.SH NAME
.P
slpkg - [OPTIONS] <packages>
slpkg - [OPTIONS] [COMMAND] <packages>
.SH SYNAPSES
.P
slpkg [-h|-v] [update] [build] [install] [remove] [find] [search] [clean-logs] [clean-tmp] --yes --resolve-off --reinstall

View file

@ -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}] <packages>\n',
args = [f'{BOLD}USAGE:{ENDC} {Configs.prog_name} [{YELLOW}OPTIONS{ENDC}] [{CYAN}COMMAND{ENDC}] <packages>\n',
f'{BOLD}DESCRIPTION:{ENDC}',
' Packaging tool that interacts with the SBo repository.\n',
f'{BOLD}COMMANDS:{ENDC}',