Skip to content

Commit af89575

Browse files
committed
Add missing operation name
1 parent 69e3495 commit af89575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
"If you pass just `--help` after the operation name, you'll see a full list of all parameters accepted, and a link to the official GitHub documentation.\n",
422422
"\n",
423423
"```bash\n",
424-
"ghapi --help\n",
424+
"ghapi git.get_ref --help\n",
425425
">>> git.get_ref(owner, repo, ref)\n",
426426
">>> https://docs.github.com/rest/reference/git#get-a-reference\n",
427427
"```\n",

0 commit comments

Comments
 (0)