From 9a3e0d467c7ec21d6d32e1fc3ff2c9ff7871b51f Mon Sep 17 00:00:00 2001 From: cgarz <20268068+cgarz@users.noreply.github.com> Date: Sat, 9 Mar 2019 15:52:55 +0000 Subject: [PATCH] documented --split with some example motivations --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cf6c949..c336219 100644 --- a/README.md +++ b/README.md @@ -51,4 +51,10 @@ FILE "Big Buddy.bin" BINARY INDEX 01 38:52:66 ``` +If you want to return to the split bin format you can instead pass a merged cue file with the --split paramater. + +This is useful for example to verify psx split bin files against the Redump project's psx dat file. + +Users of MAME's chdman tool may also find this option useful as chdman returns the merged cue format when decompressing. + Have fun!