We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddce800 commit 9a9a590Copy full SHA for 9a9a590
nibabel/cmdline/convert.py
@@ -33,7 +33,7 @@ def _get_parser():
33
"a new image like `infile` will be created and converted to a type "
34
"matching the extension of `outfile`.")
35
p.add_argument("-f", "--force", action="store_true",
36
- help="Ignore warnings if possible")
+ help="Overwrite output file if it exists, and ignore warnings if possible")
37
p.add_argument("-V", "--version", action="version", version=f"{p.prog} {nib.__version__}")
38
39
return p
0 commit comments