[Bash-completion-commits] [SCM] bash-completion branch, master, updated. e7494cf065d1988db6cefad51cd909214e966ba2

Ville Skyttä ville.skytta at iki.fi
Sat Oct 23 10:09:31 UTC 2010


The following commit has been merged in the master branch:
commit 47b9fbebf2ff0a7222980f313f02a4402c71b3de
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Oct 23 11:20:29 2010 +0300

    Add varirec= to wodim driveropts completions.

diff --git a/CHANGES b/CHANGES
index 56444c2..575baad 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,7 +15,7 @@ bash-completion (2.x)
     and *.awb to mplayer filename completions.
   * Add "short" tarball extensions to unxz, unlzma etc completions.
   * Improve /etc/init.d/*, ipmitool, jar, mencoder, mplayer, povray, sqlite3,
-    and general help parsing completions.
+    wodim, and general help parsing completions.
   * Fix p4 and povray completions (Alioth: #312625).
   * Add *.xsd, *.xsl, *.rng, and *.wsdl to xmllint filename completions.
   * Recognize rpm query mode based on the --file, --group, --package, and
diff --git a/completions/wodim b/completions/wodim
index 5fa69a8..e08ffc6 100644
--- a/completions/wodim
+++ b/completions/wodim
@@ -25,7 +25,7 @@ _cdrecord()
                 ;;
             driveropts)
                 COMPREPLY=( $( compgen -W 'burnfree noburnfree\
-                    varirec= audiomaster forcespeed noforcespeed\
+                    varirec= gigarec= audiomaster forcespeed noforcespeed\
                     speedread nospeedread singlesession \
                     nosinglesession hidecdr nohidecdr tattooinfo\
                     tattoofile=' -- "$cur" ) )

-- 
bash-completion



More information about the Bash-completion-commits mailing list