Skip to content

Commit

Permalink
Merge branch 'tz/send-email-helpfix'
Browse files Browse the repository at this point in the history
Typoes in "git send-email -h" have been corrected.

* tz/send-email-helpfix:
  send-email: remove stray characters from usage
  • Loading branch information
gitster committed Nov 20, 2023
2 parents cfb8a6e + 46edab5 commit e9eb93b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git-send-email.perl
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

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:
Expand Down

0 comments on commit e9eb93b

Please sign in to comment.