Updated help menu

This commit is contained in:
Dimitris Zlatanidis 2022-06-19 23:32:23 +03:00
parent 9a7d9c8890
commit d3cd9b8b01
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ Usage
Packaging tool that interacts with the SBo repository.
Options:
update Update the data packages.
update Update the package lists.
build Build only the packages.
install Build and install the packages.
remove Remove installed packages.

View file

@ -9,7 +9,7 @@ def usage(status: int):
args = [f'Usage: {Configs.prog_name} [OPTIONS] [packages]\n',
' Packaging tool that interacts with the SBo repository.\n',
'Options:',
' update Update the data packages.',
' update Update the package lists.',
' build Build only the packages.',
' install Build and install the packages.',
' remove Remove installed packages.',