zsh-workers
 help / color / mirror / code / Atom feed
From: Felix Rosencrantz <f.rosencrantz@gmail.com>
To: zsh-workers@sunsite.dk
Subject: PATCH: _perforce - fix password command completion
Date: Thu, 12 May 2005 08:44:25 -0700	[thread overview]
Message-ID: <dc507f4a050512084447123ec8@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 62 bytes --]

Minor typo in the perforce password command completion.  -FR

[-- Attachment #2: perforce_patch.txt --]
[-- Type: text/plain, Size: 631 bytes --]

Index: Completion/Unix/Command/_perforce
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_perforce,v
retrieving revision 1.25
diff -u -r1.25 _perforce
--- Completion/Unix/Command/_perforce	18 Apr 2005 15:48:24 -0000	1.25
+++ Completion/Unix/Command/_perforce	12 May 2005 15:40:48 -0000
@@ -1852,7 +1852,7 @@
 
 (( $+functions[_perforce_cmd_passwd] )) ||
 _perforce_cmd_passwd() {
-  _arguments -s : : \
+  _arguments -s : \
     '-O[explicit old password]:old password: ' \
     '-P[explicit new password]:new password: ' \
     '1::user name:_perforce_users'

                 reply	other threads:[~2005-05-12 15:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dc507f4a050512084447123ec8@mail.gmail.com \
    --to=f.rosencrantz@gmail.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).