Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbore committed Jul 25, 2024
1 parent cee925f commit f0a2084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scil_gradients_normalize_bvecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def _build_arg_parser():
description=__doc__)

p.add_argument('in_bvec',
help='Path(s) to the gradient file (.bvec).')
help='Path to the gradient file (.bvec).')

p.add_argument('out_bvec',
help='Output bvec file.')
Expand Down

0 comments on commit f0a2084

Please sign in to comment.