Skip to content

Commit b16d7d6

Browse files
committed
Tweak -t flag doc and long form for clarity.
1 parent 1939062 commit b16d7d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adabot/circuitpython_libraries.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
metavar="n"
6666
)
6767
cmd_line_parser.add_argument(
68-
"-t", "--token",
69-
help="Prompt for a GitHub token to use for activating Travis.",
68+
"-t", "--travis-github-token",
69+
help="Prompt for the GitHub user's password in order to make a GitHub token to use on Travis.",
7070
dest="gh_token",
7171
action="store_true"
7272
)

0 commit comments

Comments
 (0)