mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Revert "Require argument for --config command-line option"
This reverts commit e629e9a2e1
.
This commit is contained in:
parent
2cd0a3189e
commit
f75671354c
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ def run() -> None:
|
||||||
parser.add_argument("--verify-storage", action="store_true",
|
parser.add_argument("--verify-storage", action="store_true",
|
||||||
help="check the storage for errors and exit")
|
help="check the storage for errors and exit")
|
||||||
parser.add_argument("-C", "--config",
|
parser.add_argument("-C", "--config",
|
||||||
help="use specific configuration files", nargs="+")
|
help="use specific configuration files", nargs="*")
|
||||||
parser.add_argument("-D", "--debug", action="store_const", const="debug",
|
parser.add_argument("-D", "--debug", action="store_const", const="debug",
|
||||||
dest="c:logging:level", default=argparse.SUPPRESS,
|
dest="c:logging:level", default=argparse.SUPPRESS,
|
||||||
help="print debug information")
|
help="print debug information")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue