Todd Zullinger <tmz@xxxxxxxxx> writes: > 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@xxxxxxxxx> > --- > This is not scrictly tied to the previous commit. It just stood out > while I was reviewing the usage output. Thanks. Let's split this out as a docfix patch and handle it separately. > > git-send-email.perl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/git-send-email.perl b/git-send-email.perl > index 94046e0fb7..cd2f0ae14e 100755 > --- a/git-send-email.perl > +++ b/git-send-email.perl > @@ -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: