From e5e1785fc94f7cbfb998bb4acd7f4ac8cba423b1 Mon Sep 17 00:00:00 2001 From: z64me <45853441+z64me@users.noreply.github.com> Date: Mon, 19 Jul 2021 01:09:52 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e9a2479..8d83ebd 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,15 @@ If not specified, `file-in.decompressed.extension` will be generated. Alternatively, Windows users can drop an input rom directly onto the executable. - Options: +Options: ``` --h, --help show help information --c, --codec manually choose the decompression codec --i, --individual decompress a compressed file-in into file-out (rather than a full rom) --d, --dmaext decompress rom using the ZZRTL dmaext hack +-h, --help show help information +-c, --codec manually choose the decompression codec +-i, --individual decompress a compressed file-in into file-out (rather than a full rom) +-d, --dmaext decompress rom using the ZZRTL dmaext hack ``` - Examples: +Examples: ``` z64decompress "rom-in.z64" "rom-out.z64" z64decompress "file-in.yaz" "file-out.bin" -c yaz -i