Document --dry-run parameter to send-email.
Looks like --dry-run was added to the code, but never to the --help output. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Signed-off-by: Junio C Hamano <junkio@cox.net>maint
parent
b03c7a63a0
commit
238cc6352e
|
@ -77,6 +77,8 @@ Options:
|
||||||
--quiet Make git-send-email less verbose. One line per email
|
--quiet Make git-send-email less verbose. One line per email
|
||||||
should be all that is output.
|
should be all that is output.
|
||||||
|
|
||||||
|
--dry-run Do everything except actually send the emails.
|
||||||
|
|
||||||
EOT
|
EOT
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue