Document --dry-run parameter to send-email.
[gitweb.git] / git-send-email.perl
index 1278fcba462f632a3687742f74cc15c0498874e2..5e38a97cb62703f10b242111376ca26ee5888944 100755 (executable)
@@ -77,6 +77,8 @@ sub usage {
    --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);
 }