Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iliazeus committed Jul 15, 2024
1 parent e44c132 commit 2b1b5ac
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,16 @@ A tool to convert Xbox 360 ISOs into a Games-On-Demand file format
This is an optimized rewrite of https://github.com/eliecharra/iso2god-cli, with a few extra features.

```
USAGE:
iso2god [OPTIONS] <SOURCE_ISO> <DEST_DIR>
Usage: iso2god [OPTIONS] <SOURCE_ISO> <DEST_DIR>
ARGS:
<SOURCE_ISO> Xbox 360 ISO file to convert
<DEST_DIR> A folder to write resulting GOD files to
Arguments:
<SOURCE_ISO> Xbox 360 ISO file to convert
<DEST_DIR> A folder to write resulting GOD files to
OPTIONS:
--offline Do not query XboxUnity for title info
--dry-run Do not convert anything, just query the title info
--game-title <GAME_TITLE> Set game title
-h, --help Print help information
-V, --version Print version information
Options:
--dry-run Do not convert anything, just print the title info
--game-title <GAME_TITLE> Set game title
--trim Trim off unused space from the ISO image
-h, --help Print help
-V, --version Print version
```

0 comments on commit 2b1b5ac

Please sign in to comment.