Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
File Transfer Service
fts-rest
Commits
2752e2d0
Commit
2752e2d0
authored
Aug 27, 2021
by
Joao Pedro Lopes
Browse files
FTS-1702
Rename dst_file_report flag to dst-file-report
parent
2a0f902c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fts3/cli/jobsubmitter.py
View file @
2752e2d0
...
...
@@ -146,7 +146,7 @@ class JobSubmitter(Base):
help
=
'bring online timeout in seconds.'
)
self
.
opt_parser
.
add_option
(
'--archive-timeout'
,
dest
=
'archive_timeout'
,
type
=
'long'
,
help
=
'archive timeout in seconds.'
)
self
.
opt_parser
.
add_option
(
'--dst
_
file
_
report'
,
dest
=
'dst_file_report'
,
default
=
False
,
action
=
'store_true'
,
self
.
opt_parser
.
add_option
(
'--dst
-
file
-
report'
,
dest
=
'dst_file_report'
,
default
=
False
,
action
=
'store_true'
,
help
=
'report on the destination tape file if it already exists and overwrite is off.'
)
self
.
opt_parser
.
add_option
(
'--timeout'
,
dest
=
'timeout'
,
type
=
'long'
,
help
=
'transfer timeout in seconds.'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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