tFixed option name - scripts - various script and utils
 (HTM) git clone git://z3bra.org/scripts
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit eeb792c4e11e541a6cf4afd77ac690428dff1619
 (DIR) parent a89860f7a606f8e70e8230ae9581002b7667d561
 (HTM) Author: z3bra <willy@mailoo.org>
       Date:   Mon, 12 May 2014 19:13:15 +0200
       
       Fixed option name
       
       Diffstat:
         M dualhead                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/dualhead b/dualhead
       t@@ -13,5 +13,5 @@ case "$1" in
                xrandr --output LVDS1 --primary --auto --output VGA1 --off;;
            list)
                xrandr | grep '\<connected\>' | cut -d\  -f1;;
       -    *) echo `basename $0` '{left|right|same|screen|laptop|list}';;
       +    *) echo `basename $0` '{left|right|dup|screen|laptop|list}';;
        esac