Browse Source

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
Robin H. Johnson 18 years ago committed by Junio C Hamano
parent
commit
238cc6352e
  1. 2
      git-send-email.perl

2
git-send-email.perl

@ -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…
Cancel
Save