]> git.ipfire.org Git - thirdparty/git.git/commitdiff
send-email: remove stray characters from usage
authorTodd Zullinger <tmz@pobox.com>
Wed, 15 Nov 2023 17:39:44 +0000 (12:39 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Nov 2023 05:00:34 +0000 (14:00 +0900)
A few stray single quotes crept into the usage string in a2ce608244
(send-email docs: add format-patch options, 2021-10-25).  Remove them.

Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl

index 897cea6564fb504ecfc4efdd59f991cfbab113e9..85544a18bfe37e9163328b7f8c48b1ea6f014263 100755 (executable)
@@ -28,8 +28,8 @@ Getopt::Long::Configure qw/ pass_through /;
 
 sub usage {
        print <<EOT;
-git send-email' [<options>] <file|directory>
-git send-email' [<options>] <format-patch options>
+git send-email [<options>] <file|directory>
+git send-email [<options>] <format-patch options>
 git send-email --dump-aliases
 
   Composing: