Skip to content

Commit

Permalink
send-email: remove stray characters from usage
Browse files Browse the repository at this point in the history
A few stray single quotes crept into the usage string in a2ce608
(send-email docs: add format-patch options, 2021-10-25).  Remove them.

Signed-off-by: Todd Zullinger <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
tmzullinger authored and gitster committed Nov 16, 2023
1 parent 43c8a30 commit 46edab5
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 46edab5

Please sign in to comment.