about summary refs log tree commit diff
path: root/Completion/Unix/Command/_perforce
diff options
context:
space:
mode:
authorFelix Rosencrantz <f_rosencrantz@users.sourceforge.net>2005-05-12 15:48:55 +0000
committerFelix Rosencrantz <f_rosencrantz@users.sourceforge.net>2005-05-12 15:48:55 +0000
commit8d0cddd9077c99b09f16b4771092ac52c9b6b293 (patch)
tree619b24d8183c66a28de1369f9cb03eaef156d245 /Completion/Unix/Command/_perforce
parentaf31bd1741effb8aa8a6fb1070c61e958c47b31f (diff)
downloadzsh-8d0cddd9077c99b09f16b4771092ac52c9b6b293.tar.gz
zsh-8d0cddd9077c99b09f16b4771092ac52c9b6b293.tar.xz
zsh-8d0cddd9077c99b09f16b4771092ac52c9b6b293.zip
21257: Fix typo in completion for p4 password.
Diffstat (limited to 'Completion/Unix/Command/_perforce')
-rw-r--r--Completion/Unix/Command/_perforce2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_perforce b/Completion/Unix/Command/_perforce
index f9bad2a24..c1c449826 100644
--- a/Completion/Unix/Command/_perforce
+++ b/Completion/Unix/Command/_perforce
@@ -1852,7 +1852,7 @@ _perforce_cmd_opened() {
 
 (( $+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'