Updated for options

This commit is contained in:
Dimitris Zlatanidis 2023-03-16 13:30:01 +02:00
parent 1b73801682
commit 545c9ce076

View file

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