@@ -208,7 +208,7 @@ Sending
208208 for your own case. Default is the value of `sendemail.smtpEncryption` .
209209
210210-- smtp-domain=<FQDN>::
211- Specifies the Fully Qualified Domain Name (FQDN) used in the
211+ Specify the Fully Qualified Domain Name (FQDN) used in the
212212 HELO/EHLO command to the SMTP server. Some servers require the
213213 FQDN to match your IP address. If not set, `git send-email` attempts
214214 to determine your FQDN automatically. Default is the value of
@@ -245,7 +245,7 @@ a password is obtained using linkgit:git-credential[1].
245245 Disable SMTP authentication. Short hand for `--smtp-auth=none` .
246246
247247-- smtp-server=<host >::
248- If set, specifies the outgoing SMTP server to use (e.g.
248+ Specify the outgoing SMTP server to use (e.g.
249249 `smtp.example.com` or a raw IP address). If unspecified, and if
250250 `--sendmail-cmd` is also unspecified, the default is to search
251251 for `sendmail` in `/usr/sbin` , `/usr/lib` and `$PATH` if such a
@@ -258,15 +258,15 @@ command names. For those use cases, consider using `--sendmail-cmd`
258258instead.
259259
260260-- smtp-server-port=<port >::
261- Specifies a port different from the default port (SMTP
261+ Specify a port different from the default port (SMTP
262262 servers typically listen to smtp port 25, but may also listen to
263263 submission port 587, or the common SSL smtp port 465);
264264 symbolic port names (e.g. `submission` instead of 587)
265265 are also accepted. The port can also be set with the
266266 `sendemail.smtpServerPort` configuration variable.
267267
268268-- smtp-server-option=<option >::
269- If set, specifies the outgoing SMTP server option to use.
269+ Specify the outgoing SMTP server option to use.
270270 Default value can be specified by the `sendemail.smtpServerOption`
271271 configuration option.
272272+
@@ -347,11 +347,11 @@ Automating
347347-- no-to::
348348-- no-cc::
349349-- no-bcc::
350- Clears any list of `To:` , `Cc:` , `Bcc:` addresses previously
350+ Clear any list of `To:` , `Cc:` , `Bcc:` addresses previously
351351 set via config.
352352
353353-- no-identity::
354- Clears the previously read value of `sendemail.identity` set
354+ Clear the previously read value of `sendemail.identity` set
355355 via config, if any.
356356
357357-- to-cmd=<command >::
0 commit comments