about summary refs log tree commit diff
path: root/Completion/X
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2011-05-12 17:43:53 +0000
committerMikael Magnusson <mikachu@gmail.com>2011-05-12 17:43:53 +0000
commitfaa39d45a3f03744400c105c7ba70de121186012 (patch)
treee7016ec7f1cba55ac90c6f0242f30dfbe095d90c /Completion/X
parent9a5fcb3c31e145686d46a100b114cdfc92d0c87e (diff)
downloadzsh-faa39d45a3f03744400c105c7ba70de121186012.tar.gz
zsh-faa39d45a3f03744400c105c7ba70de121186012.tar.xz
zsh-faa39d45a3f03744400c105c7ba70de121186012.zip
29245: _xset: pass -O instead of -o to _describe.
Diffstat (limited to 'Completion/X')
-rw-r--r--Completion/X/Command/_xset4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/X/Command/_xset b/Completion/X/Command/_xset
index 819a2040d..53ec635d4 100644
--- a/Completion/X/Command/_xset
+++ b/Completion/X/Command/_xset
@@ -27,8 +27,8 @@ _xset_compopts () {
       tmp=("$tmp[@]" "$opt")
     fi
   done
-  _describe -o options tmp -- ||
-  _describe -o options allopts --
+  _describe -O options tmp -- ||
+  _describe -O options allopts --
 }
 
 _xset_compfpadd () {