diff --git a/man/git-pull-request.1 b/man/git-pull-request.1 index 3e3986e..2c84717 100644 --- a/man/git-pull-request.1 +++ b/man/git-pull-request.1 @@ -8,7 +8,7 @@ .SH "DESCRIPTION" Create pull request for a project on GitHub via command line\. .P -Personal access token is required for making API call to open the pull request in Github\. +A personal access token is required for making the API call to open the pull request(s) in GitHub\. API Documentation here \fI\%https://docs\.github\.com/en/rest/reference/pulls#create\-a\-pull\-request\fR .P Make sure the personal access token has the right \fBOAuth\fR scopes for the repo(s) .P diff --git a/man/git-pull-request.html b/man/git-pull-request.html index eb0ed5a..81cc512 100644 --- a/man/git-pull-request.html +++ b/man/git-pull-request.html @@ -83,7 +83,7 @@

Create pull request for a project on GitHub via command line.

-

Personal access token is required for making API call to open the pull request in Github.

+

A personal access token is required for making the API call to open the pull request(s) in GitHub. API Documentation here

Make sure the personal access token has the right OAuth scopes for the repo(s)

diff --git a/man/git-pull-request.md b/man/git-pull-request.md index 124b241..60e67a5 100644 --- a/man/git-pull-request.md +++ b/man/git-pull-request.md @@ -9,7 +9,7 @@ git-pull-request(1) -- Create pull request for GitHub project Create pull request for a project on GitHub via command line. -Personal access token is required for making API call to open the pull request in Github. +A personal access token is required for making the API call to open the pull request(s) in GitHub. [API Documentation here](https://docs.github.com/en/rest/reference/pulls#create-a-pull-request) Make sure the personal access token has the right `OAuth` scopes for the repo(s)