Skip to content

Commit 33b2062

Browse files
committed
fix: help string for ants option
1 parent 7cfe26c commit 33b2062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mindboggle/mindboggle123

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def SegOptions(option):
108108
raise argparse.ArgumentError('ants_seg value must be one of "quick" or "fusion".')
109109
adv_args.add_argument("--ants_seg", dest="seg",
110110
default="quick", type=SegOptions,
111-
help="Use ANTs 'quick' or 'long' to label subcortical structures")
111+
help="Use ANTs 'quick' or 'fusion' to label subcortical structures")
112112
adv_args.add_argument("--ants_segN", dest="segN", type=int,
113113
help="Number of images to use for joint fusion (2-20)")
114114
adv_args.add_argument("--mb_num_threads", dest="mb_num_threads",

0 commit comments

Comments
 (0)