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>

Matěj Cepl committed Feb 5, 2026 at 17:24 UTC 831989ef383c85bc32a0b27d51d9e48111f6d4d6
1 file changed +1 -1
Documentation/git-send-email.adoc
+1 -1
@@ -435,7 +435,7 @@ Automating
435 +
436 Default is the value of `sendemail.suppressCc` configuration value; if
437 that is unspecified, default to `self` if `--suppress-from` is
438 -specified, as well as `body` if `--no-signed-off-cc` is specified.
438 +specified, as well as `body` if `--no-signed-off-by-cc` is specified.
439
440 --suppress-from::
441 --no-suppress-from::