File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -140,8 +140,11 @@ def get_parser():
140
140
'(can be compressed) are supported in addition to '
141
141
'directory. All matching tarballs for a subject are '
142
142
'extracted and their content processed in a single '
143
- 'pass. Note that you might need to surround the value '
144
- 'with quotes to avoid {...} being considered by shell' )
143
+ 'pass. If multiple tarballs are found, each is '
144
+ 'assumed to be a separate session and the --ses '
145
+ 'argument is ignored. Note that you might need to '
146
+ 'surround the value with quotes to avoid {...} being '
147
+ 'considered by shell' )
145
148
group .add_argument ('--files' , nargs = '*' ,
146
149
help = 'Files (tarballs, dicoms) or directories '
147
150
'containing files to process. Cannot be provided if '
You can’t perform that action at this time.
0 commit comments