Skip to content

Commit

Permalink
Merge pull request #101 from tannewt/tweak_flag_docs
Browse files Browse the repository at this point in the history
Tweak -t flag doc and long form for clarity.
  • Loading branch information
sommersoft authored Jul 26, 2019
2 parents 1939062 + b16d7d6 commit fc4488a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adabot/circuitpython_libraries.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
metavar="n"
)
cmd_line_parser.add_argument(
"-t", "--token",
help="Prompt for a GitHub token to use for activating Travis.",
"-t", "--travis-github-token",
help="Prompt for the GitHub user's password in order to make a GitHub token to use on Travis.",
dest="gh_token",
action="store_true"
)
Expand Down

0 comments on commit fc4488a

Please sign in to comment.