mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +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.
|
Packaging tool that interacts with the SBo repository.
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
update Update the data packages.
|
update Update the package lists.
|
||||||
build Build only the packages.
|
build Build only the packages.
|
||||||
install Build and install the packages.
|
install Build and install the packages.
|
||||||
remove Remove installed packages.
|
remove Remove installed packages.
|
||||||
|
|
|
@ -9,7 +9,7 @@ def usage(status: int):
|
||||||
args = [f'Usage: {Configs.prog_name} [OPTIONS] [packages]\n',
|
args = [f'Usage: {Configs.prog_name} [OPTIONS] [packages]\n',
|
||||||
' Packaging tool that interacts with the SBo repository.\n',
|
' Packaging tool that interacts with the SBo repository.\n',
|
||||||
'Options:',
|
'Options:',
|
||||||
' update Update the data packages.',
|
' update Update the package lists.',
|
||||||
' build Build only the packages.',
|
' build Build only the packages.',
|
||||||
' install Build and install the packages.',
|
' install Build and install the packages.',
|
||||||
' remove Remove installed packages.',
|
' remove Remove installed packages.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue