Skip to content

Commit

Permalink
Merge pull request #47 from arnaudbore/NF_count_non_zero_voxels
Browse files Browse the repository at this point in the history
fix scil_count_non_zero_voxels
  • Loading branch information
jchoude committed Sep 12, 2019
2 parents 4203a91 + 325f163 commit 3564bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scil_count_non_zero_voxels.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def _build_arg_parser():
help='input file name, in nifti format.')

p.add_argument(
'-o', metavar='OUT_FILE', dest='out_filename',
'--out', metavar='OUT_FILE', dest='out_filename',
help='name of the output file, which will be saved as a text file.')
p.add_argument(
'--stats', action='store_true', dest='stats_format',
Expand Down

0 comments on commit 3564bd1

Please sign in to comment.