mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated for the config
This commit is contained in:
parent
0b3dbe06b6
commit
5fcab19356
2 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ Usage
|
|||
|
||||
If you need more information try to use slpkg manpage.
|
||||
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'.
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ class Usage(Configs):
|
|||
' -v, --version Print version and exit.\n'
|
||||
"\nIf you need more information try to use slpkg manpage.\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)
|
||||
raise SystemExit(status)
|
||||
|
|
Loading…
Reference in a new issue