Add varirec= to wodim driveropts completions.

This commit is contained in:
Ville Skyttä 2010-10-23 11:20:29 +03:00
parent 37f51b9df2
commit 47b9fbebf2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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" ) )