zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _perforce - fix password command completion
@ 2005-05-12 15:44 Felix Rosencrantz
  0 siblings, 0 replies; only message in thread
From: Felix Rosencrantz @ 2005-05-12 15:44 UTC (permalink / raw)
  To: zsh-workers

[-- 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'

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-05-12 15:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-12 15:44 PATCH: _perforce - fix password command completion Felix Rosencrantz

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).