mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated help menu
This commit is contained in:
parent
9a7d9c8890
commit
d3cd9b8b01
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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.',
|
||||
|
|
Loading…
Reference in a new issue