Skip to content
Snippets Groups Projects
Commit bdfd165f authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: use retrieve only as default argument when calling from the cmd line

parent 65f44c12
Branches
Tags
1 merge request!53Release 0.1
Pipeline #28787 passed
...@@ -1117,6 +1117,7 @@ def parse_args(): ...@@ -1117,6 +1117,7 @@ def parse_args():
help="The subtree of files below the given path will " help="The subtree of files below the given path will "
"be considered. Use '/' for everything.") "be considered. Use '/' for everything.")
parser.add_argument("-s", "--security-mode", choices=["retrieve", "insert", "update"], parser.add_argument("-s", "--security-mode", choices=["retrieve", "insert", "update"],
default="retrieve",
help="Determines whether entities may only be read from the server, or " help="Determines whether entities may only be read from the server, or "
"whether inserts or even updates may be done.") "whether inserts or even updates may be done.")
parser.add_argument("-n", "--dry-run", action="store_true", parser.add_argument("-n", "--dry-run", action="store_true",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment