@@ -164,8 +164,8 @@ def merge_help(wrapper_help, target_help):
164
164
165
165
# Make sure we're not clobbering options we don't mean to
166
166
overlap = set (w_flags ).intersection (t_flags )
167
- expected_overlap = set (['h' , 'version' , 'w' , 'output-spaces ' ,
168
- 'fs-license-file' , 'fs- subjects-dir' , 'use-plugin' ])
167
+ expected_overlap = set (['h' , 'version' , 'w' , 'fs-license-file ' ,
168
+ 'fs-subjects-dir' , 'use-plugin' ])
169
169
170
170
assert overlap == expected_overlap , "Clobbering options: {}" .format (
171
171
', ' .join (overlap - expected_overlap ))
@@ -249,7 +249,7 @@ def get_parser():
249
249
g_wrap .add_argument ('-w' , '--work-dir' , action = 'store' , type = os .path .abspath ,
250
250
help = 'path where intermediate results should be stored' )
251
251
g_wrap .add_argument (
252
- '--output-spaces' , nargs = "+ " ,
252
+ '--output-spaces' , nargs = "* " ,
253
253
help = """\
254
254
Standard and non-standard spaces to resample anatomical and functional images to. \
255
255
Standard spaces may be specified by the form \
0 commit comments