Skip to content

Commit e9eb93b

Browse files
committed
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
2 parents cfb8a6e + 46edab5 commit e9eb93b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git-send-email.perl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
sub usage {
3030
print <<EOT;
31-
git send-email' [<options>] <file|directory>
32-
git send-email' [<options>] <format-patch options>
31+
git send-email [<options>] <file|directory>
32+
git send-email [<options>] <format-patch options>
3333
git send-email --dump-aliases
3434
3535
Composing:

0 commit comments

Comments
 (0)