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
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user