From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28593 invoked by alias); 18 Mar 2011 22:06:48 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28913 Received: (qmail 28842 invoked from network); 18 Mar 2011 22:06:46 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at now.ath.cx does not designate permitted sender hosts) X-SENDER-IP: [83.227.16.166] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgxAAB9tg01T4xCmPGdsb2JhbACYeYx4CwEBAQE3MsQWgxuCSASMYw X-IronPort-AV: E=Sophos;i="4.63,207,1299452400"; d="scan'208";a="381088961" From: Nikolai Weibull To: zsh-workers@zsh.org Cc: Nikolai Weibull Subject: [PATCH 4/4] Fix typo in git-send-email completion Date: Fri, 18 Mar 2011 22:35:12 +0100 Message-Id: <1300484112-9392-5-git-send-email-now@bitwi.se> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1300484112-9392-1-git-send-email-now@bitwi.se> References: <1300484112-9392-1-git-send-email-now@bitwi.se> Signed-off-by: Nikolai Weibull --- Completion/Unix/Command/_git | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 0f573a1..b4b36f4 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -3161,7 +3161,7 @@ _git-send-email () { '--smtp-pass=[specify password to use for SMTP-AUTH]::password' \ '--smtp-server=[specify SMTP server to connect to]:smtp server:_hosts' \ '--smtp-server-port=[specify port to connect to SMTP server on]:smtp port:_ports' \ - '--smtp-user=[specify user to use for SMTP-AUTH:smtp user:_users' \ + '--smtp-user=[specify user to use for SMTP-AUTH]:smtp user:_users' \ '--cc-cmd=[specify command to generate Cc\: header with]:Cc\: command:_path_commands' \ '( --no-chain-reply-to)--chain-reply-to[send each email as a reply to previous one]' \ '(--chain-reply-to )--no-chain-reply-to[send all emails after first as replies to first one]' \ -- 1.7.4.1