mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-16 03:41:11 +01:00
Updated for options
This commit is contained in:
parent
1b73801682
commit
545c9ce076
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ class Argparse(Configs):
|
|||
|
||||
# Avoid to combine two or more options.
|
||||
if len(options) != len(set(options)):
|
||||
print(f"{self.prog_name}: you can't combine {', '.join(options)} options.")
|
||||
print(f"{self.prog_name}: you added the same {', '.join(options)} options.")
|
||||
self.usage.help_minimal()
|
||||
|
||||
# Avoid to combine two or more commands.
|
||||
|
|
Loading…
Reference in a new issue