Skip to content

Commit 25b9d4c

Browse files
jbwexlereffigies
authored andcommitted
adds --mem metavar
1 parent 97a6e2d commit 25b9d4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fmriprep/cli/parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ def _bids_filter(value):
187187
dest="memory_gb",
188188
action="store",
189189
type=_to_gb,
190+
metavar="MEMORY_MB",
190191
help="upper bound memory limit for fMRIPrep processes",
191192
)
192193
g_perfm.add_argument(

0 commit comments

Comments
 (0)