mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Updated message for invalid
This commit is contained in:
parent
97698c5631
commit
ce26a133c9
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ class Argparse(Configs):
|
|||
|
||||
# Fixed for invalid commands combination.
|
||||
if len(commands) > 1:
|
||||
print(f"{self.prog_name}: invalid combination '{', '.join(commands)}'")
|
||||
print(f"{self.prog_name}: invalid command combination '{', '.join(commands)}'")
|
||||
self.usage.help_minimal()
|
||||
|
||||
# Fixed for correct options by command.
|
||||
|
|
Loading…
Reference in a new issue