From 40abacef6a688500387c986001bfd0434ada0d49 Mon Sep 17 00:00:00 2001 From: Roosted7 Date: Thu, 18 Oct 2018 18:35:54 +0200 Subject: [PATCH] Fix small typos in the help of parrec cmdline --- nibabel/cmdline/parrec2nii.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nibabel/cmdline/parrec2nii.py b/nibabel/cmdline/parrec2nii.py index dc26870ff6..9bbc303848 100644 --- a/nibabel/cmdline/parrec2nii.py +++ b/nibabel/cmdline/parrec2nii.py @@ -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 @@ -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(