Updated help text of libburner
This commit is contained in:
parent
8610c9bd1d
commit
af44cbccf2
21
doc/comments
21
doc/comments
@ -92,23 +92,26 @@ stay upward compatible for a good while.
|
|||||||
<pre>
|
<pre>
|
||||||
Usage: test/libburner
|
Usage: test/libburner
|
||||||
[--drive <address>|<driveno>|"-"]
|
[--drive <address>|<driveno>|"-"]
|
||||||
[--verbose <level>] [--blank_fast|--blank_full]
|
[--blank_fast|--blank_full] [--audio]
|
||||||
[--burn_for_real|--try_to_simulate] [--stdin_size <bytes>]
|
[--try_to_simulate] [--stdin_size <bytes>]
|
||||||
[<imagefile>|"-"]
|
[<one or more imagefiles>|"-"]
|
||||||
Examples
|
Examples
|
||||||
A bus scan (needs rw-permissions to see a drive):
|
A bus scan (needs rw-permissions to see a drive):
|
||||||
test/libburner --drive -
|
test/libburner --drive -
|
||||||
Burn a file to drive chosen by number:
|
Burn a file to drive chosen by number:
|
||||||
test/libburner --drive 0 --burn_for_real my_image_file
|
test/libburner --drive 0 my_image_file
|
||||||
Burn a file to drive chosen by persistent address:
|
Burn a file to drive chosen by persistent address:
|
||||||
test/libburner --drive /dev/hdc --burn_for_real my_image_file
|
test/libburner --drive /dev/hdc my_image_file
|
||||||
Blank a used CD-RW (is combinable with burning in one run):
|
Blank a used CD-RW (is combinable with burning in one run):
|
||||||
test/libburner --drive 0 --blank_fast
|
test/libburner --drive /dev/hdc --blank_fast
|
||||||
|
Burn two audio tracks
|
||||||
|
lame --decode -t /path/to/track1.mp3 track1.cd
|
||||||
|
test/dewav /path/to/track2.wav -o track2.cd
|
||||||
|
test/libburner --drive /dev/hdc --audio track1.cd track2.cd
|
||||||
Burn a compressed afio archive on-the-fly, pad up to 700 MB:
|
Burn a compressed afio archive on-the-fly, pad up to 700 MB:
|
||||||
( cd my_directory ; find . -print | afio -oZ - ) | \
|
( cd my_directory ; find . -print | afio -oZ - ) | \
|
||||||
test/libburner --drive /dev/hdc --burn_for_real --stdin_size 734003200 -
|
test/libburner --drive /dev/hdc --stdin_size 734003200 -
|
||||||
To be read from *not mounted* CD via:
|
To be read from *not mounted* CD via: afio -tvZ /dev/hdc
|
||||||
afio -tvZ /dev/hdc
|
|
||||||
Program tar would need a clean EOF which our padded CD cannot deliver.
|
Program tar would need a clean EOF which our padded CD cannot deliver.
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user