Skip to content

Commit b2fe90f

Browse files
committed
Update parser.py
1 parent fe7c9ff commit b2fe90f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

fmriprep/cli/parser.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,13 @@ def _slice_time_ref(value, parser):
516516
help='Disable Multimodal Surface Matching surface registration.',
517517
)
518518

519-
g_aroma = parser.add_argument_group('[DEPRECATED] Options for running ICA_AROMA')
519+
g_aroma = parser.add_argument_group(
520+
'[DEPRECATED] Options for running ICA_AROMA',
521+
description=(
522+
'If you would like to apply ICA-AROMA to fMRIPrep derivatives, '
523+
'please consider using fMRIPost-AROMA (https://fmripost-aroma.readthedocs.io/)'
524+
),
525+
)
520526
g_aroma.add_argument(
521527
'--use-aroma',
522528
action=DeprecatedAction,

0 commit comments

Comments
 (0)