]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
added --config to bash completion
authorOndřej Vodáček <ondrej.vodacek@gmail.com>
Sat, 20 Jul 2013 11:12:25 +0000 (13:12 +0200)
committerOndřej Vodáček <ondrej.vodacek@gmail.com>
Sat, 20 Jul 2013 11:12:25 +0000 (13:12 +0200)
bash_completion/autorandr

index b00999452fdb4d4cb1b73ebc1ece66793858cccd..ff6a03576e49f52e327be11a893f6ada8cf48b0e 100644 (file)
@@ -9,7 +9,7 @@ _autorandr ()
        prev="${COMP_WORDS[COMP_CWORD-1]}"
 
        opts="-h -c -s -l -d"
-       lopts="--help --change --save --load --default --force --fingerprint"
+       lopts="--help --change --save --load --default --force --fingerprint --config"
        prfls="`find ~/.autorandr/* -maxdepth 1 -type d -printf '%f\n'`"
 
        case "${cur}" in