Skip to content

Commit

Permalink
Describe the needed scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
jyasskin committed Apr 2, 2019
1 parent 71ec845 commit 715cb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf_gh_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def add_gh_auth_arguments(parser):
help="Github password, " +
"if the user doesn't have 2FA enabled")
pw_or_token.add_argument('--token', '-t',
help="Github access token: " +
help="Github access token with the public_repo scope: " +
"https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line")

def gh_login(args):
Expand Down

0 comments on commit 715cb68

Please sign in to comment.