summaryrefslogtreecommitdiffstats
path: root/man1/git-credential.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-credential.1')
-rw-r--r--man1/git-credential.18
1 files changed, 4 insertions, 4 deletions
diff --git a/man1/git-credential.1 b/man1/git-credential.1
index 6e7935dd4..d4b4cd80a 100644
--- a/man1/git-credential.1
+++ b/man1/git-credential.1
@@ -2,12 +2,12 @@
.\" Title: git-credential
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2023-06-13
+.\" Date: 2023-06-23
.\" Manual: Git Manual
-.\" Source: Git 2.41.0.28.gd7d8841f67
+.\" Source: Git 2.41.0.191.g6ff334181c
.\" Language: English
.\"
-.TH "GIT\-CREDENTIAL" "1" "2023\-06\-13" "Git 2\&.41\&.0\&.28\&.gd7d8841" "Git Manual"
+.TH "GIT\-CREDENTIAL" "1" "2023\-06\-23" "Git 2\&.41\&.0\&.191\&.g6ff334" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -45,7 +45,7 @@ If the action is \fBfill\fR, git\-credential will attempt to add "username" and
.sp
If the action is \fBapprove\fR, git\-credential will send the description to any configured credential helpers, which may store the credential for later use\&.
.sp
-If the action is \fBreject\fR, git\-credential will send the description to any configured credential helpers, which may erase any stored credential matching the description\&.
+If the action is \fBreject\fR, git\-credential will send the description to any configured credential helpers, which may erase any stored credentials matching the description\&.
.sp
If the action is \fBapprove\fR or \fBreject\fR, no output should be emitted\&.
.SH "TYPICAL USE OF GIT CREDENTIAL"