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'