Skip to content

Commit e29ee42

Browse files
authored
Merge pull request #338 from mgxd/doc/usage
DOC: Use correct argument flag
2 parents b0a2778 + f41f00f commit e29ee42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The common parts of the command follow the
4040
Example:
4141

4242
```Shell
43-
$ nibabies data/bids_root/ out/ participant -w work/ --participant-id 01
43+
$ nibabies data/bids_root/ out/ participant -w work/ --participant-label 01
4444
```
4545

4646
Further information about BIDS and BIDS-Apps can be found at the
@@ -63,7 +63,7 @@ At minimum, the following *positional* arguments are required.
6363

6464
However, as infant brains can vastly differ depending on age, providing the following arguments is highly recommended:
6565

66-
- **`--participant-id`** - participant ID
66+
- **`--participant-label`** - participant ID
6767

6868
- **`--session-id`** - session ID
6969

0 commit comments

Comments
 (0)