wodim: shorten main desc; clarify "burn" vs record

coverage
Waldir Pimenta 2017-09-03 20:37:14 -01:00 committed by Agniva De Sarker
parent b924e34501
commit 1f06f4571c
1 changed files with 4 additions and 5 deletions

View File

@ -1,14 +1,13 @@
# wodim
> Command for record/burning data using a optical drive to CD or DVD.
> This command is also called cdrecord on some systems, but it is wodim underneath.
> Some usage of wodim can cause destructive actions, such as erasing all the data on a disc.
> Command (aliased as `cdrecord` on some systems) for recording data to CDs or DVDs.
> Some invocations of wodim can cause destructive actions, such as erasing all the data on a disc.
- Display optical drives available to wodim:
- Display optical drives available to `wodim`:
`wodim --devices`
- Record pure CD-DA audio to a disc:
- Record ("burn") pure CD-DA audio to a disc:
`wodim dev=/dev/{{optical_drive}} -audio {{track*.cdaudio}}`