Skip to content

Commit 06cd22c

Browse files
authored
Adjusted parser.add_argument help sections according to previous edits
1 parent da42fed commit 06cd22c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

cubids/cli.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,8 @@ def _parse_copy_exemplars():
443443
type=PathExists,
444444
action="store",
445445
help=(
446-
"absolute path to the root of a BIDS dataset "
447-
"containing one subject from each Acquisition Group. "
446+
"name of the directory to create where to store exemplar dataset. "
447+
"It will include one subject from each Acquisition Group. "
448448
"It should contain sub-X directories and "
449449
"dataset_description.json."
450450
),
@@ -454,9 +454,12 @@ def _parse_copy_exemplars():
454454
type=IsFile,
455455
action="store",
456456
help=(
457-
"absolute path to the .tsv file that lists one "
457+
"path to the .tsv that lists one "
458458
"subject from each Acquisition Group "
459-
"(*_AcqGrouping.tsv from the cubids-group output)"
459+
"(*_AcqGrouping.tsv from the cubids-group output). "
460+
"If the file is located in the code/CuBIDS "
461+
"directory, then users can just pass the .tsv "
462+
"filename instead of the full path "
460463
),
461464
)
462465
parser.add_argument(

0 commit comments

Comments
 (0)