Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
z64me committed Jul 19, 2021
1 parent 6745e03 commit e5e1785
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5e1785

Please sign in to comment.