mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Disallow abbreviated arguments
This commit is contained in:
parent
2aafcd5df5
commit
742a067171
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue