aboutsummaryrefslogtreecommitdiffstats
path: root/doc/git-sugpatch.1
diff options
context:
space:
mode:
authorTeddy Wing2020-08-04 02:56:11 +0200
committerTeddy Wing2020-08-04 02:56:11 +0200
commit6a4abcf2d56d9f8e1cfef27bb6c5a3cfc88e1e26 (patch)
treeb88951f76b488235fdd7406f4fc9ff1c7b07845c /doc/git-sugpatch.1
parent1348559fd38f34f2723e33200c247f6b1d4f6f81 (diff)
downloadgit-suggestion-6a4abcf2d56d9f8e1cfef27bb6c5a3cfc88e1e26.tar.bz2
doc/git-sugpatch.1: Clarify precedence of configuration options
Diffstat (limited to 'doc/git-sugpatch.1')
-rw-r--r--doc/git-sugpatch.14
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/git-sugpatch.1 b/doc/git-sugpatch.1
index f8a34b2..b930b20 100644
--- a/doc/git-sugpatch.1
+++ b/doc/git-sugpatch.1
@@ -66,11 +66,11 @@ Print the program version\&.
.RE
.SH "CONFIGURATION"
.sp
-Configuration options can be specified either as command line options, or in the Git config\&.
+Configuration options can be specified either as command line options, or in the Git config\&. Command line options take precedence\&.
.PP
githubSuggestion\&.githubToken
.RS 4
-A GitHub API token with the \(lqrepo\(rq permission\&. This can also be set with the
+A GitHub API token with the \(lqrepo\(rq permission\&. This will override the
\fBGITHUB_TOKEN\fR
environment variable\&.
.RE