doc: change erroneous --[no]-whatever into --[no-]whatever

Change these two obvious typos to be in line with the rest of the documentation, which uses the correct --[no-]whatever form. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Ævar Arnfjörð Bjarmason committed Mar 20, 2017 at 13:20 UTC 2c7ee986c70e276531881d8730b9bb299b30d5c0
2 files changed +2 -2
Documentation/git-format-patch.txt
+1 -1
@@ -239,7 +239,7 @@ keeping them as Git notes allows them to be maintained between versions
239 of the patch series (but see the discussion of the `notes.rewrite`
240 configuration options in linkgit:git-notes[1] to use this workflow).
241
242 ---[no]-signature=<signature>::
242 +--[no-]signature=<signature>::
243 Add a signature to each message produced. Per RFC 3676 the signature
244 is separated from the body by a line with '-- ' on it. If the
245 signature option is omitted the signature defaults to the Git version
Documentation/git-send-email.txt
+1 -1
@@ -89,7 +89,7 @@ See the CONFIGURATION section for `sendemail.multiEdit`.
89 reply to the given Message-Id, which avoids breaking threads to
90 provide a new patch series.
91 The second and subsequent emails will be sent as replies according to
92 - the `--[no]-chain-reply-to` setting.
92 + the `--[no-]chain-reply-to` setting.
93 +
94 So for example when `--thread` and `--no-chain-reply-to` are specified, the
95 second and subsequent patches will be replies to the first one like in the