Updated for the config

This commit is contained in:
Dimitris Zlatanidis 2023-02-27 10:46:26 +02:00
parent 0b3dbe06b6
commit 5fcab19356
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@ Usage
If you need more information try to use slpkg manpage. If you need more information try to use slpkg manpage.
Extra help for the commands, use: 'slpkg help <command>'. Extra help for the commands, use: 'slpkg help <command>'.
Configuration file in the /etc/slpkg/slpkg.toml or 'slpkg configs'. Edit the config file in the /etc/slpkg/slpkg.toml or 'slpkg configs'.

View file

@ -72,7 +72,7 @@ class Usage(Configs):
' -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"
"Configuration 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)
raise SystemExit(status) raise SystemExit(status)