From 1f06f4571cf495febfdf7e521f29d78e5092942b Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Sun, 3 Sep 2017 20:37:14 -0100 Subject: [PATCH] wodim: shorten main desc; clarify "burn" vs record --- pages/linux/wodim.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pages/linux/wodim.md b/pages/linux/wodim.md index 4098ebb800..daa410acf0 100644 --- a/pages/linux/wodim.md +++ b/pages/linux/wodim.md @@ -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}}`