diff options
| author | Jonas Kalsvik <jonas@kalsvik.no> | 2024-04-18 12:08:45 +0200 |
|---|---|---|
| committer | Admiral H. Curtiss <pikachu025@gmail.com> | 2024-04-18 21:11:19 +0200 |
| commit | 859ac40ca2b5856d2291b256c2487507de81f959 (patch) | |
| tree | 4afae73d82a1b5fc2618531138d5befe4efaf403 /Readme.md | |
| parent | 1805f6e38158c90b9108895d42ca6cc37d0aeff7 (diff) | |
DolphinTool: Add an image extract command
Diffstat (limited to 'Readme.md')
| -rw-r--r-- | Readme.md | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -193,7 +193,7 @@ is intended for debugging purposes only. ``` usage: dolphin-tool COMMAND -h -commands supported: [convert, verify, header] +commands supported: [convert, verify, header, extract] ``` ``` @@ -252,3 +252,22 @@ then exit. Optional. Print the level of compression for WIA/RVZ formats, then exit. ``` + +``` +Usage: extract [options]... + +Options: + -h, --help show this help message and exit + -i FILE, --input=FILE + Path to disc image FILE. + -o FOLDER, --output=FOLDER + Path to the destination FOLDER. + -p PARTITION, --partition=PARTITION + Which specific partition you want to extract. + -s SINGLE, --single=SINGLE + Which specific file/directory you want to extract. + -l, --list List all files in volume/partition. Will print the + directory/file specified with --single if defined. + -q, --quiet Mute all messages except for errors. + -g, --gameonly Only extracts the DATA partition. +``` |
