aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-04-25 19:37:15 -0700
committerJunio C Hamano <junkio@cox.net>2007-04-25 20:58:46 -0700
commit238cc6352eabe3f87f13093bc4015162bf424509 (patch)
tree8c57d22a8907a417b74423872bbc2da1e7caa694
parentb03c7a63a0fae58a576749d7a6b0507edde12584 (diff)
downloadgit-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>
-rwxr-xr-xgit-send-email.perl2
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);
}