Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
William Clarke
fsl_mrs
Commits
37d3b5a4
Commit
37d3b5a4
authored
Oct 14, 2021
by
William Clarke
Browse files
Typo in fsl_mrs_proc help text.
parent
1cd3d1c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
fsl_mrs/scripts/fsl_mrs_proc
View file @
37d3b5a4
...
...
@@ -190,7 +190,7 @@ def main():
truncate_group
.
add_argument
(
'--points'
,
type
=
int
,
default
=
0
,
help
=
'Points to add/remove (+/-)'
)
truncate_group
.
add_argument
(
'--pos'
,
type
=
str
,
default
=
'last'
,
help
=
"
first' or 'last' (default)"
)
help
=
"
'
first' or 'last' (default)"
)
truncateparser
.
set_defaults
(
func
=
truncate
)
add_common_args
(
truncateparser
)
...
...
Write
Preview
Markdown
is supported
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