summaryrefslogtreecommitdiffstats
path: root/man1/git-send-email.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-send-email.1')
-rw-r--r--man1/git-send-email.112
1 files changed, 6 insertions, 6 deletions
diff --git a/man1/git-send-email.1 b/man1/git-send-email.1
index 8327de4da..2e6f49e7d 100644
--- a/man1/git-send-email.1
+++ b/man1/git-send-email.1
@@ -2,12 +2,12 @@
.\" Title: git-send-email
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-03-21
+.\" Date: 2024-03-25
.\" Manual: Git Manual
-.\" Source: Git 2.44.0.325.g11c821f2f2
+.\" Source: Git 2.44.0.368.gc75fd8d815
.\" Language: English
.\"
-.TH "GIT\-SEND\-EMAIL" "1" "2024\-03\-21" "Git 2\&.44\&.0\&.325\&.g11c821" "Git Manual"
+.TH "GIT\-SEND\-EMAIL" "1" "2024\-03\-25" "Git 2\&.44\&.0\&.368\&.gc75fd8" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -32,7 +32,7 @@ git-send-email \- Send a collection of patches as emails
.SH "SYNOPSIS"
.sp
.nf
-\fIgit send\-email\fR [<options>] <file|directory>\&...
+\fIgit send\-email\fR [<options>] (<file>|<directory>)\&...
\fIgit send\-email\fR [<options>] <format\-patch\-options>
\fIgit send\-email\fR \-\-dump\-aliases
.fi
@@ -362,7 +362,7 @@ or
\fBsendemail\&.smtpUser\fR), then authentication is not attempted\&.
.RE
.PP
-\-\-smtp\-debug=0|1
+\-\-smtp\-debug=(0|1)
.RS 4
Enable (1) or disable (0) debug output\&. If enabled, SMTP commands and replies will be printed\&. Useful to debug TLS connection and authentication problems\&.
.RE
@@ -382,7 +382,7 @@ configuration variable\&.
.RE
.SS "Automating"
.PP
-\-\-no\-[to|cc|bcc]
+\-\-no\-to, \-\-no\-cc, \-\-no\-bcc
.RS 4
Clears any list of "To:", "Cc:", "Bcc:" addresses previously set via config\&.
.RE