Skip to content

Commit 67afdcc

Browse files
bpinsardeffigies
andauthored
hyphen-separated option
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent 6658403 commit 67afdcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/cli/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def get_parser():
8282
# Re-enable when option is actually implemented
8383
# g_bids.add_argument('-r', '--run-id', action='store', default='single_run',
8484
# help='select a specific run to be processed')
85-
g_bids.add_argument('--bids_filters', action='store', type=Path,
85+
g_bids.add_argument('--bids-filters', action='store', type=Path,
8686
help='the path to a JSON file describing custom BIDS input filter')
8787
g_bids.add_argument('-t', '--task-id', action='store',
8888
help='select a specific task to be processed')

0 commit comments

Comments
 (0)