From 66c3ead5d66be6f3d6e13ed59bf9abdbaea1eace Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 16 Nov 2006 16:53:42 +0000 Subject: [PATCH] Updated help text of libburner --- doc/comments | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/comments b/doc/comments index 3ec3c8c..2467f47 100644 --- a/doc/comments +++ b/doc/comments @@ -91,9 +91,8 @@ stay upward compatible for a good while. @subsection libburner-help Libburner --help
 Usage: test/libburner
-       [--drive 
||"-"] - [--blank_fast|--blank_full] [--audio] - [--try_to_simulate] [--stdin_size ] + [--drive
||"-"] [--audio] + [--blank_fast|--blank_full] [--try_to_simulate] [|"-"] Examples A bus scan (needs rw-permissions to see a drive): @@ -110,7 +109,7 @@ Burn two audio tracks test/libburner --drive /dev/hdc --audio track1.cd track2.cd Burn a compressed afio archive on-the-fly, pad up to 700 MB: ( cd my_directory ; find . -print | afio -oZ - ) | \ - test/libburner --drive /dev/hdc --stdin_size 734003200 - + test/libburner --drive /dev/hdc - To be read from *not mounted* CD via: afio -tvZ /dev/hdc Program tar would need a clean EOF which our padded CD cannot deliver.