From 7750ce88755f44aa10301889642205311a8c6c4d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 1 Dec 2021 11:34:22 -0800 Subject: [PATCH] Fixed incorrect help on get command --- github_to_sqlite/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_to_sqlite/cli.py b/github_to_sqlite/cli.py index fbd3321..70aa3b5 100644 --- a/github_to_sqlite/cli.py +++ b/github_to_sqlite/cli.py @@ -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