Skip to content

Commit 9cd6c13

Browse files
committed
update README help with new option
1 parent bd90ce9 commit 9cd6c13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It will also add example code for any features and optionally for some standard
1111
Running `./pico_project --help` will give a list of the available command line parameters
1212

1313
```
14-
usage: pico_project.py [-h] [-o OUTPUT] [-x] [-l] [-c] [-f FEATURE] [-over] [-b] [-g] [-p PROJECT] [-r] [-uart] [-usb] [name]
14+
usage: pico_project.py [-h] [-t TSV] [-o OUTPUT] [-x] [-l] [-c] [-f FEATURE] [-over] [-b] [-g] [-p PROJECT] [-r] [-uart] [-usb] [name]
1515
1616
Pico Project generator
1717
@@ -20,6 +20,7 @@ positional arguments:
2020
2121
optional arguments:
2222
-h, --help show this help message and exit
23+
-t TSV, --tsv TSV Set an alternative pico_configs.tsv file
2324
-o OUTPUT, --output OUTPUT
2425
Set an alternative CMakeList.txt filename
2526
-x, --examples Add example code for the Pico standard library

0 commit comments

Comments
 (0)