From df93ab6512be8752d124e119832e679058ffe630 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 4 Aug 2020 02:58:16 +0200 Subject: doc/git-sugpatch.1: Add values to command line options Make it clear that these options require argument values. --- doc/git-sugpatch.1 | 4 ++-- doc/git-sugpatch.1.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/git-sugpatch.1 b/doc/git-sugpatch.1 index 07e4f4e..0a74b4c 100644 --- a/doc/git-sugpatch.1 +++ b/doc/git-sugpatch.1 @@ -39,7 +39,7 @@ Show the diffs of the given GitHub suggestion references\&. A suggestion reference is either a URL to the comment, or its ID\&. .SH "OPTIONS" .PP -\-\-github\-token +\-\-github\-token= .RS 4 A GitHub API token with the \(lqrepo\(rq permission\&. This can also be set with \fBgithubSuggestion\&.githubToken\fR @@ -53,7 +53,7 @@ environment variable\&. Print usage help\&. .RE .PP -\-\-remote +\-\-remote= .RS 4 The remote to use to fetch the suggestion from when passing a suggestion ID\&. This can also be set with \fBgithubSuggestion\&.remote\fR\&. Defaults to diff --git a/doc/git-sugpatch.1.txt b/doc/git-sugpatch.1.txt index 8d31bba..5076f64 100644 --- a/doc/git-sugpatch.1.txt +++ b/doc/git-sugpatch.1.txt @@ -17,7 +17,7 @@ A suggestion reference is either a URL to the comment, or its ID. OPTIONS ------- ---github-token:: +--github-token=:: A GitHub API token with the “repo” permission. This can also be set with `githubSuggestion.githubToken` or the `GITHUB_TOKEN` environment variable. @@ -25,7 +25,7 @@ OPTIONS -h, --help:: Print usage help. ---remote:: +--remote=:: The remote to use to fetch the suggestion from when passing a suggestion ID. This can also be set with `githubSuggestion.remote`. Defaults to `origin`. -- cgit v1.2.3