Skip to content
Snippets Groups Projects
Commit bcc928bd authored by Vuillaume's avatar Vuillaume Committed by Enrique Garcia
Browse files

Fix user doc in eossr_upload_new_deposit

parent 0aa12a50
Branches
Tags
1 merge request!29Fix user doc in eossr_upload_new_deposit
......@@ -57,7 +57,7 @@ def main():
type=lambda x: bool(strtobool(x)),
dest='sandbox_flag',
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)
parser.add_argument('--input-dir', '-i', type=str,
......
......@@ -54,7 +54,7 @@ def main():
type=lambda x: bool(strtobool(x)),
dest='sandbox_flag',
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)
parser.add_argument('--input-dir', '-i', type=str,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment