Skip to content

Commit

Permalink
Adjusted parser.add_argument help sections according to previous edits
Browse files Browse the repository at this point in the history
  • Loading branch information
gabridele authored Dec 20, 2024
1 parent 3b85e55 commit e645b82
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions cubids/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,8 @@ def _parse_copy_exemplars():
type=Path,
action="store",
help=(
"absolute path to the root of a BIDS dataset "
"containing one subject from each Acquisition Group. "
"name of the directory to create where to store exemplar dataset. "
"It will include one subject from each Acquisition Group. "
"It should contain sub-X directories and "
"dataset_description.json."
),
Expand All @@ -454,9 +454,12 @@ def _parse_copy_exemplars():
type=Path,
action="store",
help=(
"absolute path to the .tsv file that lists one "
"path to the .tsv that lists one "
"subject from each Acquisition Group "
"(*_AcqGrouping.tsv from the cubids-group output)"
"(*_AcqGrouping.tsv from the cubids-group output). "
"If the file is located in the code/CuBIDS "
"directory, then users can just pass the .tsv "
"filename instead of the full path "
),
)
parser.add_argument(
Expand Down

0 comments on commit e645b82

Please sign in to comment.