Skip to content

Commit 6324c1c

Browse files
committed
Fix issue with help
1 parent ee18224 commit 6324c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phys2bids/cli/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def _get_parser():
142142
help="Run automatic algorithm to estimate clusters of triggers, i.e. the "
143143
"'takes' or 'runs' of fMRI. Useful when sequences were stopped and restarted, "
144144
"or when you don't know how many triggers or trs you have in each take. "
145-
"This might work 95% of the time. Default is False.",
145+
"This might work 95%% of the time. Default is False.",
146146
default=False,
147147
)
148148
optional.add_argument(

0 commit comments

Comments
 (0)