1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-02 16:58:30 +00:00

Disallow abbreviated arguments

This commit is contained in:
Unrud 2020-10-23 22:26:28 +02:00
parent be06b054c2
commit 8f0de388cb

View file

@ -55,7 +55,7 @@ def run():
# Get command-line arguments
parser = argparse.ArgumentParser(
prog="radicale", usage="%(prog)s [OPTIONS]")
prog="radicale", usage="%(prog)s [OPTIONS]", allow_abbrev=False)
parser.add_argument("--version", action="version", version=VERSION)
parser.add_argument("--verify-storage", action="store_true",