Updated help text of libburner
This commit is contained in:
parent
908a6b336b
commit
66c3ead5d6
@ -91,9 +91,8 @@ stay upward compatible for a good while.
|
|||||||
@subsection libburner-help Libburner --help
|
@subsection libburner-help Libburner --help
|
||||||
<pre>
|
<pre>
|
||||||
Usage: test/libburner
|
Usage: test/libburner
|
||||||
[--drive <address>|<driveno>|"-"]
|
[--drive <address>|<driveno>|"-"] [--audio]
|
||||||
[--blank_fast|--blank_full] [--audio]
|
[--blank_fast|--blank_full] [--try_to_simulate]
|
||||||
[--try_to_simulate] [--stdin_size <bytes>]
|
|
||||||
[<one or more imagefiles>|"-"]
|
[<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):
|
||||||
@ -110,7 +109,7 @@ Burn two audio tracks
|
|||||||
test/libburner --drive /dev/hdc --audio track1.cd 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 --stdin_size 734003200 -
|
test/libburner --drive /dev/hdc -
|
||||||
To be read from *not mounted* CD via: afio -tvZ /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.
|
Program tar would need a clean EOF which our padded CD cannot deliver.
|
||||||
</pre>
|
</pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user