summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-11-20 09:57:22 +0900
committerJunio C Hamano <gitster@pobox.com>2023-11-20 09:57:22 +0900
commite9eb93bb2a01c7d3468159a9606ba8c73e0791f0 (patch)
tree9e03725ab068b88ed88bd39674c2cd137655e447
parentcfb8a6e9a93adbe81efca66e6110c9b4d2e57169 (diff)
parent46edab516bf04c190cb2e100419dee817d3f33f6 (diff)
downloadgit-e9eb93bb2a01c7d3468159a9606ba8c73e0791f0.tar.gz
Merge branch 'tz/send-email-helpfix'
Typoes in "git send-email -h" have been corrected. * tz/send-email-helpfix: send-email: remove stray characters from usage
-rwxr-xr-xgit-send-email.perl4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-send-email.perl b/git-send-email.perl
index cacdbd6bb2..d24e981d61 100755
--- a/git-send-email.perl
+++ b/git-send-email.perl
@@ -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: