Skip to content

Commit fc4488a

Browse files
authored
Merge pull request #101 from tannewt/tweak_flag_docs
Tweak -t flag doc and long form for clarity.
2 parents 1939062 + b16d7d6 commit fc4488a

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)