Skip to content

Commit 9a9a590

Browse files
committed
UI: Better describe --force option
1 parent ddce800 commit 9a9a590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/cmdline/convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _get_parser():
3333
"a new image like `infile` will be created and converted to a type "
3434
"matching the extension of `outfile`.")
3535
p.add_argument("-f", "--force", action="store_true",
36-
help="Ignore warnings if possible")
36+
help="Overwrite output file if it exists, and ignore warnings if possible")
3737
p.add_argument("-V", "--version", action="version", version=f"{p.prog} {nib.__version__}")
3838

3939
return p

0 commit comments

Comments
 (0)