Skip to content

Commit 7750ce8

Browse files
committed
Fixed incorrect help on get command
1 parent 8b418b0 commit 7750ce8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github_to_sqlite/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ def emojis(db_path, auth, fetch):
539539
help="Accept header to send, e.g. application/vnd.github.VERSION.html",
540540
)
541541
def get(url, auth, paginate, nl, accept):
542-
"Save repos owened by the specified (or authenticated) username or organization"
542+
"Make an authenticated HTTP GET against the specified URL"
543543
token = load_token(auth)
544544
first = True
545545
should_output_closing_brace = not nl

0 commit comments

Comments
 (0)