about summary refs log tree commit diff
path: root/Completion/Unix/Command/_fuser
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2011-01-16 15:11:42 +0000
committerClint Adams <clint@users.sourceforge.net>2011-01-16 15:11:42 +0000
commit53da3d57252d68367ebcc7eec00d2db9256747f7 (patch)
treeb29d504f23f4d4bf9d1d27a2a492519698bde90a /Completion/Unix/Command/_fuser
parent11075eff1b87507b2d5bd95210afeb47a91848e1 (diff)
downloadzsh-53da3d57252d68367ebcc7eec00d2db9256747f7.tar.gz
zsh-53da3d57252d68367ebcc7eec00d2db9256747f7.tar.xz
zsh-53da3d57252d68367ebcc7eec00d2db9256747f7.zip
unposted: fix typo in pattern
Diffstat (limited to 'Completion/Unix/Command/_fuser')
-rw-r--r--Completion/Unix/Command/_fuser2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_fuser b/Completion/Unix/Command/_fuser
index 96de499b8..ba0f301ea 100644
--- a/Completion/Unix/Command/_fuser
+++ b/Completion/Unix/Command/_fuser
@@ -3,7 +3,7 @@
 local -a args arg1
 typeset -A opt_args
 
-if _pick_variant -c $words[1] psmisc='#(i)psmisc' unix -V; then
+if _pick_variant -c $words[1] psmisc='(#i)psmisc' unix -V; then
 
   (( $+functions[_fuser_services] )) ||
   _fuser_services() {