diff options
author | Junio C Hamano <gitster@pobox.com> | 2023-11-20 01:57:22 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-11-20 01:57:22 +0100 |
commit | e9eb93bb2a01c7d3468159a9606ba8c73e0791f0 (patch) | |
tree | 9e03725ab068b88ed88bd39674c2cd137655e447 | |
parent | Git 2.43-rc2 (diff) | |
parent | send-email: remove stray characters from usage (diff) | |
download | git-e9eb93bb2a01c7d3468159a9606ba8c73e0791f0.tar.xz git-e9eb93bb2a01c7d3468159a9606ba8c73e0791f0.zip |
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
-rwxr-xr-x | git-send-email.perl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-send-email.perl b/git-send-email.perl index cacdbd6bb2..d24e981d61 100755 --- a/git-send-email.perl +++ b/git-send-email.perl @@ -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: |