mirror of
https://github.com/git-for-windows/git.git
synced 2025-12-17 17:34:37 -06:00
send-email: remove stray characters from usage
A few stray single quotes crept into the usage string in a2ce608244 (send-email docs: add format-patch options, 2021-10-25). Remove them. Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
43c8a30d15
commit
46edab516b
@ -28,8 +28,8 @@ Getopt::Long::Configure qw/ pass_through /;
|
|||||||
|
|
||||||
sub usage {
|
sub usage {
|
||||||
print <<EOT;
|
print <<EOT;
|
||||||
git send-email' [<options>] <file|directory>
|
git send-email [<options>] <file|directory>
|
||||||
git send-email' [<options>] <format-patch options>
|
git send-email [<options>] <format-patch options>
|
||||||
git send-email --dump-aliases
|
git send-email --dump-aliases
|
||||||
|
|
||||||
Composing:
|
Composing:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user