about summary refs log tree commit diff
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
parentaf31bd1741effb8aa8a6fb1070c61e958c47b31f (diff)
downloadzsh-8d0cddd9077c99b09f16b4771092ac52c9b6b293.tar.gz
zsh-8d0cddd9077c99b09f16b4771092ac52c9b6b293.tar.xz
zsh-8d0cddd9077c99b09f16b4771092ac52c9b6b293.zip
21257: Fix typo in completion for p4 password.
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_perforce2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b57652ba2..1708b4958 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-12  Felix Rosencrantz <f.rosencrantz@gmail.com>
+
+	* 21257: Completion/Unix/Command/_perforce: fix minor typo
+	in completion for the p4 password command.
+
 2005-05-11  Oliver Kiddle  <opk@zsh.org>
 
 	* Joerg Sonnenberger: 21252: configure.ac, Src/Modules/zpty.c,
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'