Skip to content

Commit

Permalink
answer Etienne comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbore committed Jul 22, 2024
1 parent f92582a commit b04dac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scil_surface_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def _build_arg_parser():
help='Fill holes in the image. [%(default)s]')

p.add_argument('--vtk2vox', action='store_true',
help='Do not transform to vox2vtk. [%(default)s]')
help='Keep output surface in voxel space. [%(default)s]')

add_verbose_arg(p)
add_overwrite_arg(p)
Expand Down

0 comments on commit b04dac3

Please sign in to comment.