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
maint
Junio C Hamano 2023-11-20 09:57:22 +09:00
commit e9eb93bb2a
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ Getopt::Long::Configure qw/ pass_through /;


sub usage { sub usage {
print <<EOT; print <<EOT;
git send-email' [<options>] <file|directory> git send-email [<options>] <file|directory>
git send-email' [<options>] <format-patch options> git send-email [<options>] <format-patch options>
git send-email --dump-aliases git send-email --dump-aliases


Composing: Composing: