diff options
author | Felix Rosencrantz <f_rosencrantz@users.sourceforge.net> | 2005-05-12 15:48:55 +0000 |
---|---|---|
committer | Felix Rosencrantz <f_rosencrantz@users.sourceforge.net> | 2005-05-12 15:48:55 +0000 |
commit | 8d0cddd9077c99b09f16b4771092ac52c9b6b293 (patch) | |
tree | 619b24d8183c66a28de1369f9cb03eaef156d245 /Completion | |
parent | af31bd1741effb8aa8a6fb1070c61e958c47b31f (diff) | |
download | zsh-8d0cddd9077c99b09f16b4771092ac52c9b6b293.tar.gz zsh-8d0cddd9077c99b09f16b4771092ac52c9b6b293.tar.xz zsh-8d0cddd9077c99b09f16b4771092ac52c9b6b293.zip |
21257: Fix typo in completion for p4 password.
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_perforce | 2 |
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' |