Skip to content

Fix small typos in the help of the parrec cmdline tool #682

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nibabel/cmdline/parrec2nii.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def get_opt_parser():
p.add_option(
Option("--minmax", action="store", nargs=2, dest="minmax",
help=one_line(
"""Mininum and maximum settings to be stored in the NIfTI
"""Minimum and maximum settings to be stored in the NIfTI
header. If any of them is set to 'parse', the scaled data is
scanned for the actual minimum and maximum. To bypass this
potentially slow and memory intensive step (the data has to
Expand All @@ -103,7 +103,7 @@ def get_opt_parser():
default=False,
help=one_line(
"""If set, all information from the PAR header is stored in
an extension ofthe NIfTI file header. Default: off""")))
an extension of the NIfTI file header. Default: off""")))
p.add_option(
Option("--scaling", action="store", dest="scaling", default='dv',
help=one_line(
Expand Down