Updated for args

This commit is contained in:
Dimitris Zlatanidis 2023-05-05 13:46:41 +03:00
parent 043de3619d
commit e836e0b69d

View file

@ -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)