We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bad781a + 864fdc3 commit dcc590dCopy full SHA for dcc590d
heudiconv/cli/run.py
@@ -140,8 +140,11 @@ def get_parser():
140
'(can be compressed) are supported in addition to '
141
'directory. All matching tarballs for a subject are '
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')
+ 'pass. If multiple tarballs are found, each is '
+ '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')
148
group.add_argument('--files', nargs='*',
149
help='Files (tarballs, dicoms) or directories '
150
'containing files to process. Cannot be provided if '
0 commit comments