Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.measure
Commits
b517d9d5
Commit
b517d9d5
authored
Jun 27, 2018
by
Theophile GENTILHOMME
Browse files
[script][common_options] Fix help message for titles
parent
cba0017c
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/measure/script/common_options.py
View file @
b517d9d5
...
...
@@ -523,8 +523,8 @@ def titles_option(**kwargs):
'-ts'
,
'--titles'
,
type
=
click
.
STRING
,
default
=
None
,
help
=
'The titles of the plots seperated by commas. '
'For example, if the figure has two plots,
\"
MyTitleA,MyTitleB
\"
'
'is a possible input'
'Provide just a space (-t
'
') to '
'is a possible input
.
'
'
Provide just a space (-t
s
\
'
\
'
) to '
'remove the titles from figures.'
,
callback
=
callback
,
**
kwargs
)(
func
)
return
custom_title_option
...
...
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