Skip to content

Commit

Permalink
Fixed incorrect help on get command
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Dec 1, 2021
1 parent 8b418b0 commit 7750ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_to_sqlite/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ def emojis(db_path, auth, fetch):
help="Accept header to send, e.g. application/vnd.github.VERSION.html",
)
def get(url, auth, paginate, nl, accept):
"Save repos owened by the specified (or authenticated) username or organization"
"Make an authenticated HTTP GET against the specified URL"
token = load_token(auth)
first = True
should_output_closing_brace = not nl
Expand Down

0 comments on commit 7750ce8

Please sign in to comment.