diff options
Diffstat (limited to 'doc/git-sugdiff.1.txt')
-rw-r--r-- | doc/git-sugdiff.1.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/git-sugdiff.1.txt b/doc/git-sugdiff.1.txt index 9960949..a596240 100644 --- a/doc/git-sugdiff.1.txt +++ b/doc/git-sugdiff.1.txt @@ -7,7 +7,7 @@ git-sugdiff - Show diffs for GitHub suggestions SYNOPSIS -------- -'git sugdiff' [options] <suggestion>... +'git sugdiff' [options] [git-diff-options] <suggestion>... DESCRIPTION ----------- @@ -17,6 +17,8 @@ A suggestion reference is either a URL to the comment, or its ID. OPTIONS ------- +All standard Git diff options are supported. + --github-token=<token>:: A GitHub API token with the “repo” permission. This can also be set with `githubSuggestion.githubToken` or the `GITHUB_TOKEN` |