mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated for args
This commit is contained in:
parent
043de3619d
commit
e836e0b69d
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class Usage(Configs):
|
||||||
'\n -h, --help Show this message and exit.\n'
|
'\n -h, --help Show this message and exit.\n'
|
||||||
' -v, --version Print version and exit.\n'
|
' -v, --version Print version and exit.\n'
|
||||||
"\nIf you need more information try to use slpkg manpage.\n"
|
"\nIf you need more information try to use slpkg manpage.\n"
|
||||||
"Extra help for the commands, use: 'slpkg help [command]'.\n"
|
"Extra help for the commands, use: 'slpkg help [COMMAND]'.\n"
|
||||||
"Edit the config file in the /etc/slpkg/slpkg.toml or 'slpkg configs'.")
|
"Edit the config file in the /etc/slpkg/slpkg.toml or 'slpkg configs'.")
|
||||||
|
|
||||||
print(args)
|
print(args)
|
||||||
|
|
Loading…
Add table
Reference in a new issue