From faa39d45a3f03744400c105c7ba70de121186012 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 12 May 2011 17:43:53 +0000 Subject: 29245: _xset: pass -O instead of -o to _describe. --- Completion/X/Command/_xset | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/X/Command') 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 () { -- cgit 1.4.1