Skip to content

Commit a2bc6ac

Browse files
committed
re-word TSV file option description
1 parent 9cd6c13 commit a2bc6ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +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
23+
-t TSV, --tsv TSV Select an alternative pico_configs.tsv file
2424
-o OUTPUT, --output OUTPUT
2525
Set an alternative CMakeList.txt filename
2626
-x, --examples Add example code for the Pico standard library

pico_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ def CheckSDKPath(gui):
799799
def ParseCommandLine():
800800
parser = argparse.ArgumentParser(description='Pico Project generator')
801801
parser.add_argument("name", nargs="?", help="Name of the project")
802-
parser.add_argument("-t", "--tsv", help="Set an alternative pico_configs.tsv file", default="pico_configs.tsv")
802+
parser.add_argument("-t", "--tsv", help="Select an alternative pico_configs.tsv file", default="pico_configs.tsv")
803803
parser.add_argument("-o", "--output", help="Set an alternative CMakeList.txt filename", default="CMakeLists.txt")
804804
parser.add_argument("-x", "--examples", action='store_true', help="Add example code for the Pico standard library")
805805
parser.add_argument("-l", "--list", action='store_true', help="List available features")

0 commit comments

Comments
 (0)