send-email: document the --smtp-debug option
The option was already shown in -h output, so it should be documented in the man page. Signed-off-by: Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> Suggested-by: David A. Greene <greened@obbligato.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
3724cc7c58
commit
3ddf9228b4
@ -198,6 +198,10 @@ must be used for each option.
|
|||||||
if a username is not specified (with '--smtp-user' or 'sendemail.smtpuser'),
|
if a username is not specified (with '--smtp-user' or 'sendemail.smtpuser'),
|
||||||
then authentication is not attempted.
|
then authentication is not attempted.
|
||||||
|
|
||||||
|
--smtp-debug=0|1::
|
||||||
|
Enable (1) or disable (0) debug output. If enabled, SMTP
|
||||||
|
commands and replies will be printed. Useful to debug TLS
|
||||||
|
connection and authentication problems.
|
||||||
|
|
||||||
Automating
|
Automating
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
Loading…
Reference in New Issue
Block a user