doc: send-email: correct --no-signed-off-by-cc misspelling

There is no option --signed-off-cc (without -by) for git send-email.

Signed-off-by: Matěj Cepl <mcepl@cepl.eu>
[kh: rebased and changed subject to house style]
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
[jc: minor copyedit in the commit message]
Signed-off-by: Junio C Hamano <gitster@pobox.com>
main
Matěj Cepl 2026-02-05 17:24:01 +01:00 committed by Junio C Hamano
parent 67ad42147a
commit 831989ef38
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@ Automating
+
Default is the value of `sendemail.suppressCc` configuration value; if
that is unspecified, default to `self` if `--suppress-from` is
specified, as well as `body` if `--no-signed-off-cc` is specified.
specified, as well as `body` if `--no-signed-off-by-cc` is specified.

--suppress-from::
--no-suppress-from::