summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-01-07 20:57:03 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-01-07 20:57:03 (GMT)
commit08db3b6392e4d878afddd23af709662653df07b4 (patch)
treed87146c11edb786d3873b0121a6ed0571e02515b /Documentation
parentbb86a40e06ce1caafd74cc9fc87db4d5da8e3d07 (diff)
parentf1a35295c2b66d2501f034d864afb2c5d8bb0e08 (diff)
downloadgit-08db3b6392e4d878afddd23af709662653df07b4.zip
git-08db3b6392e4d878afddd23af709662653df07b4.tar.gz
git-08db3b6392e4d878afddd23af709662653df07b4.tar.bz2
Merge branch 'br/imap-send-verbosity'
* br/imap-send-verbosity: imap-send: use parse options API to determine verbosity
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-imap-send.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/Documentation/git-imap-send.txt b/Documentation/git-imap-send.txt
index c7c0d21..0897131 100644
--- a/Documentation/git-imap-send.txt
+++ b/Documentation/git-imap-send.txt
@@ -9,7 +9,7 @@ git-imap-send - Send a collection of patches from stdin to an IMAP folder
SYNOPSIS
--------
[verse]
-'git imap-send'
+'git imap-send' [-v] [-q]
DESCRIPTION
@@ -26,6 +26,18 @@ Typical usage is something like:
git format-patch --signoff --stdout --attach origin | git imap-send
+OPTIONS
+-------
+
+-v::
+--verbose::
+ Be verbose.
+
+-q::
+--quiet::
+ Be quiet.
+
+
CONFIGURATION
-------------