Skip to content
Snippets Groups Projects
Commit 7b953905 authored by Enrique Garcia's avatar Enrique Garcia
Browse files

Merge branch 'vuillaume-master-patch-72505' into 'master'

Fix user doc in eossr_upload_new_deposit

See merge request !29
parents 0aa12a50 bcc928bd
No related branches found
No related tags found
1 merge request!29Fix user doc in eossr_upload_new_deposit
Pipeline #136147 passed
...@@ -57,7 +57,7 @@ def main(): ...@@ -57,7 +57,7 @@ def main():
type=lambda x: bool(strtobool(x)), type=lambda x: bool(strtobool(x)),
dest='sandbox_flag', dest='sandbox_flag',
help='Set the Zenodo environment.' help='Set the Zenodo environment.'
'If True connects with Zenodo. If False with Sanbox Zenodo', 'True to use the sandbox, False (default) to use Zenodo.',
default=False) default=False)
parser.add_argument('--input-dir', '-i', type=str, parser.add_argument('--input-dir', '-i', type=str,
......
...@@ -54,7 +54,7 @@ def main(): ...@@ -54,7 +54,7 @@ def main():
type=lambda x: bool(strtobool(x)), type=lambda x: bool(strtobool(x)),
dest='sandbox_flag', dest='sandbox_flag',
help='Set the Zenodo environment.' help='Set the Zenodo environment.'
'If True connects with Zenodo. If False with Sandbox Zenodo', 'True to use the sandbox, False (default) to use Zenodo.',
default=False) default=False)
parser.add_argument('--input-dir', '-i', type=str, parser.add_argument('--input-dir', '-i', type=str,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment