diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-04-25 19:37:15 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-25 20:58:46 -0700 |
commit | 238cc6352eabe3f87f13093bc4015162bf424509 (patch) | |
tree | 8c57d22a8907a417b74423872bbc2da1e7caa694 /git-send-email.perl | |
parent | b03c7a63a0fae58a576749d7a6b0507edde12584 (diff) | |
download | git-238cc6352eabe3f87f13093bc4015162bf424509.tar.gz git-238cc6352eabe3f87f13093bc4015162bf424509.tar.xz |
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>
Diffstat (limited to 'git-send-email.perl')
-rwxr-xr-x | git-send-email.perl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git-send-email.perl b/git-send-email.perl index 1278fcba4..5e38a97cb 100755 --- a/git-send-email.perl +++ b/git-send-email.perl @@ -77,6 +77,8 @@ Options: --quiet Make git-send-email less verbose. One line per email should be all that is output. + --dry-run Do everything except actually send the emails. + EOT exit(1); } |