Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ssp-software
data-access-tools
Commits
55052581
Commit
55052581
authored
Apr 30, 2020
by
michitaro
Browse files
Update hscReleaseQuery.py
parent
5559f3a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
pdr2/hscReleaseQuery/hscReleaseQuery.py
View file @
55052581
...
...
@@ -22,7 +22,7 @@ def main():
parser
=
argparse
.
ArgumentParser
(
formatter_class
=
argparse
.
ArgumentDefaultsHelpFormatter
)
parser
.
add_argument
(
'--user'
,
'-u'
,
required
=
True
,
help
=
'specify your account name'
)
parser
.
add_argument
(
'--release-version'
,
'-r'
,
choices
=
'pdr1 pdr2'
.
split
(),
default
=
'pdr2'
,
parser
.
add_argument
(
'--release-version'
,
'-r'
,
choices
=
'pdr1 pdr2
pdr2-citus
'
.
split
(),
default
=
'pdr2'
,
help
=
'specify release version'
)
parser
.
add_argument
(
'--delete-job'
,
'-D'
,
action
=
'store_true'
,
help
=
'delete the job you submitted after your downloading'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment