summaryrefslogtreecommitdiffstats
path: root/disk/bchunk/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'disk/bchunk/DETAILS')
-rwxr-xr-xdisk/bchunk/DETAILS15
1 files changed, 8 insertions, 7 deletions
diff --git a/disk/bchunk/DETAILS b/disk/bchunk/DETAILS
index 34a97104f5..258890394b 100755
--- a/disk/bchunk/DETAILS
+++ b/disk/bchunk/DETAILS
@@ -10,14 +10,15 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="iso disk"
SHORT="Convert .bin/.cue cd image to iso files"
cat << EOF
-binchunker converts a CD image in a ".bin / .cue" format
-(sometimes ".raw / .cue") to a set of .iso and .cdr tracks. The bin/cue format
-is used by some non-Unix cd-writing software, but is not supported on most
+binchunker converts a CD image in a ".bin / .cue" format
+(sometimes ".raw / .cue") to a set of .iso and .cdr tracks. The bin/cue format
+is used by some non-Unix cd-writing software, but is not supported on most
other cd-writing programs.
-The .iso track contains an ISO file system, which can be mounted through a loop
-device on Linux systems, or written on a CD-R using cdrecord. The .cdr tracks
-are in the native CD audio format. They can be either written on a CD-R using
-cdrecord -audio, or converted to WAV (or any other sound format for that matter)
+The .iso track contains an ISO file system, which can be mounted through a loop
+device on Linux systems, or written on a CD-R using cdrecord. The .cdr tracks
+are in the native CD audio format. They can be either written on a CD-R using
+cdrecord -audio, or converted to WAV (or any other sound format for that
+matter)
using sox.
EOF