git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] Documentation/git-send-email.txt: improve batching help
@ 2018-02-06  0:07 Stefan Beller
  0 siblings, 0 replies; only message in thread
From: Stefan Beller @ 2018-02-06  0:07 UTC (permalink / raw)
  To: git; +Cc: Stefan Beller

This clarifies that the relogin delay *must* be used in combination of
`--batch-size` as there is no default for batch size, if the batch size
is not given, we ignore the relogin delay argument.
While at it, fix a typo in the batch size help.

Signed-off-by: Stefan Beller <sbeller@google.com>
---
 Documentation/git-send-email.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index 8060ea35c5..887a38a608 100644
--- a/Documentation/git-send-email.txt
+++ b/Documentation/git-send-email.txt
@@ -250,7 +250,7 @@ must be used for each option.
 
 --batch-size=<num>::
 	Some email servers (e.g. smtp.163.com) limit the number emails to be
-	sent per session (connection) and this will lead to a faliure when
+	sent per session (connection) and this will lead to a failure when
 	sending many messages.  With this option, send-email will disconnect after
 	sending $<num> messages and wait for a few seconds (see --relogin-delay)
 	and reconnect, to work around such a limit.  You may want to
@@ -259,9 +259,9 @@ must be used for each option.
 	`sendemail.smtpBatchSize` configuration variable.
 
 --relogin-delay=<int>::
-	Waiting $<int> seconds before reconnecting to SMTP server. Used together
-	with --batch-size option.  Defaults to the `sendemail.smtpReloginDelay`
-	configuration variable.
+	Waiting $<int> seconds before reconnecting to SMTP server. Must be
+	used together with --batch-size option.  Defaults to the
+	`sendemail.smtpReloginDelay` configuration variable.
 
 Automating
 ~~~~~~~~~~
-- 
2.16.0.rc1.238.g530d649a79-goog


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-06  0:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-06  0:07 [PATCH] Documentation/git-send-email.txt: improve batching help Stefan Beller

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).