Skip to content

Commit 46edab5

Browse files
tmzullingergitster
authored andcommitted
send-email: remove stray characters from usage
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]>
1 parent 43c8a30 commit 46edab5

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)