diff options
author | Thiago Perrotta <tbperrotta@gmail.com> | 2021-10-25 17:27:07 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-10-28 09:06:15 -0700 |
commit | a2ce60824481de986a56b8ea77b0a80fc342aef1 (patch) | |
tree | 957feb8814ba257fb5dd4a337fbbf0e38ac39c8c /git-send-email.perl | |
parent | 2b7b75850c6cffba3f33ce99e23bd05f95640e3f (diff) | |
download | git-a2ce60824481de986a56b8ea77b0a80fc342aef1.tar.gz |
send-email docs: add format-patch options
git-send-email(1) does not mention that "git format-patch" options are
accepted. Augment SYNOPSIS and DESCRIPTION to mention it.
Update git-send-email.perl USAGE to be consistent with
git-send-email(1).
Signed-off-by: Thiago Perrotta <tbperrotta@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-send-email.perl')
-rwxr-xr-x | git-send-email.perl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/git-send-email.perl b/git-send-email.perl index d34c1afd4f..04087221aa 100755 --- a/git-send-email.perl +++ b/git-send-email.perl @@ -40,7 +40,8 @@ package main; sub usage { print <<EOT; -git send-email [options] <file | directory | rev-list options > +git send-email' [<options>] <file|directory> +git send-email' [<options>] <format-patch options> git send-email --dump-aliases Composing: |