Updated help text of libburner

This commit is contained in:
Thomas Schmitt 2006-11-16 16:53:42 +00:00
parent 908a6b336b
commit 66c3ead5d6
1 changed files with 3 additions and 4 deletions

View File

@ -91,9 +91,8 @@ stay upward compatible for a good while.
@subsection libburner-help Libburner --help
<pre>
Usage: test/libburner
[--drive <address>|<driveno>|"-"]
[--blank_fast|--blank_full] [--audio]
[--try_to_simulate] [--stdin_size <bytes>]
[--drive <address>|<driveno>|"-"] [--audio]
[--blank_fast|--blank_full] [--try_to_simulate]
[<one or more imagefiles>|"-"]
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.
</pre>