complete-c cdrecord -o version -d(N_"Display version and exit")
complete-c cdrecord -s v -d(N_"Increment the level of general verbosity by one")
complete-c cdrecord -s V -d(N_"Increment the verbose level in respect of SCSI command transport by one")
complete-c cdrecord -a"debug={1,2,3,4,5}"-d(N_"Set the misc debug value to #")
complete-c cdrecord -s d -d(N_"Increment the misc debug level by one")-a"1 2 3 4 5"
complete-c cdrecord -s s -o silent -d(N_"Do not print out a status report for failed SCSI commands")
complete-c cdrecord -o force -d(N_"Force to continue on some errors")
complete-c cdrecord -o immed -d(N_"Tell cdrecord to set the SCSI IMMED flag in certain commands")
complete-c cdrecord -a"minbuf={25,35,45,55,65,75,85,95}"-d(N_"Defines the minimum drive buffer fill ratio for the experimental ATAPI wait mode intended to free the IDE bus to allow hard disk and CD/DVD writer on the same IDE cable")
complete-c cdrecord -o dummy -d(N_"Complete CD/DVD-Recorder recording process with the laser turned off")
complete-c cdrecord -a"gracetime="-d(N_"Set the grace time before starting to write to ># seconds")
complete-c cdrecord -a"timeout="-d(N_"Set the default SCSI command timeout value to # seconds")
complete-c cdrecord -a"driver={help,mmc_cd,mmc_cd_dvd,mmc_cdr,mmc_cdr_sony,mmc_dvd,mmc_dvdplus,mmc_dvdplusr,mmc_dvdplusrw,cw_7501,kodak_pcd_600,philips_cdd521,philips_cdd521_old,philips_cdd522,philips_dumb,pioneer_dws114x,plasmon_rf4100,ricoh_ro1060c,ricoh_ro1420c,scsi2_cd,sony_cdu924,teac_cdr50,tyuden_ew50,yamaha_cdr100,cdr_simul,dvd_simul}"-d(N_"Allows the user to manually select a driver for the device")
# TODO: This argument accepts a comma separated list of arguments
complete-c cdrecord -a"driveropts="-d(N_"Set driver specific options")
complete-c cdrecord -o setdropts -d(N_"Set the driveropts specified by driveropts=option list, the speed of the drive and the dummy flag and exit")
complete-c cdrecord -o checkdrive -d(N_"Checks if a driver for the current drive is present and exit")
complete-c cdrecord -o prcap -d(N_"Print the drive capabilities for SCSI-3/mmc compliant drives as obtained from mode page 0x2A")
complete-c cdrecord -o inq -d(N_"Do an inquiry for the drive, print the inquiry info and exit")
complete-c cdrecord -o scanbus -d(N_"Scan all SCSI devices on all SCSI busses and print the inquiry strings")
complete-c cdrecord -o reset -d(N_"Try to reset the SCSI bus where the CD recorder is located")
complete-c cdrecord -o abort -d(N_"Try to send an abort sequence to the drive")
complete-c cdrecord -o overburn -d(N_"Allow cdrecord to write more than the official size of a medium")
complete-c cdrecord -o ignsize -d(N_"Ignore the known size of the medium, use for debugging only")
complete-c cdrecord -o preemp -d(N_"All TOC entries for subsequent audio tracks will indicate that the audio data has been sampled with 50/15 microsec pre-emphasis")
complete-c cdrecord -o nopreemp -d(N_"All TOC entries for subsequent audio tracks will indicate that the audio data has been mastered with linear data")
complete-c cdrecord -o copy -d(N_"All TOC entries for subsequent audio tracks of the resulting CD will indicate that the audio data has permission to be copied without limit")
complete-c cdrecord -o nocopy -d(N_"All TOC entries for subsequent audio tracks of the resulting CD will indicate that the audio data has permission to be copied only once for personal use")
complete-c cdrecord -o scms -d(N_"All TOC entries for subsequent audio tracks of the resulting CD will indicate that the audio data has no permission to be copied")
complete-c cdrecord -a"tsize="-d(N_"If the master image for the next track has been stored on a raw disk, use this option to specify the valid amount of data on this disk")