about summary refs log tree commit diff
path: root/Completion/Unix/Command/_perforce
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-10-05 13:28:24 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-10-05 13:28:24 +0000
commit298a8b8130bd3f515c1aa9f8fcd901c878cbb668 (patch)
tree581e25ef8ee1e6bf8dca17affe2d0ef14b5bcc49 /Completion/Unix/Command/_perforce
parente4675cead4f6e19e9898e4e7ec58691e438344b8 (diff)
downloadzsh-298a8b8130bd3f515c1aa9f8fcd901c878cbb668.tar.gz
zsh-298a8b8130bd3f515c1aa9f8fcd901c878cbb668.tar.xz
zsh-298a8b8130bd3f515c1aa9f8fcd901c878cbb668.zip
22818: improved subscript flag doc
unposted: trivial _perforce tweak
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 7e2a27456..0afbbcb8c 100644
--- a/Completion/Unix/Command/_perforce
+++ b/Completion/Unix/Command/_perforce
@@ -1586,7 +1586,7 @@ _perforce_cmd_client() {
 (( $+functions[_perforce_cmd_clients] )) ||
 _perforce_cmd_clients() {
   # No arguments.
-  _arguments -s :
+  _message "no arguments"
 }