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>
This commit is contained in:
committed by
Junio C Hamano
parent
2b7b75850c
commit
a2ce608244
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user