Skip to content

Commit 8b2cf7d

Browse files
committed
feat(cli): Describe --force options
1 parent d3393b9 commit 8b2cf7d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

fmriprep/cli/parser.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,10 @@ def _slice_time_ref(value, parser):
349349
default=[],
350350
choices=['bbr', 'no-bbr', 'syn-sdc'],
351351
help='Force selected processing choices, overriding automatic selections '
352-
'(a space delimited list)',
352+
'(a space delimited list).\n'
353+
' * [no-]bbr: Use/disable boundary-based registration for BOLD-to-T1w coregistration\n'
354+
' (No goodness-of-fit checks)\n'
355+
' * syn-sdc: Calculate SyN-SDC correction *in addition* to other fieldmaps\n',
353356
)
354357
g_conf.add_argument(
355358
'--output-spaces',

0 commit comments

Comments
 (0)