summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorJonas Kalsvik <jonas@kalsvik.no>2024-04-18 12:08:45 +0200
committerAdmiral H. Curtiss <pikachu025@gmail.com>2024-04-18 21:11:19 +0200
commit859ac40ca2b5856d2291b256c2487507de81f959 (patch)
tree4afae73d82a1b5fc2618531138d5befe4efaf403 /Readme.md
parent1805f6e38158c90b9108895d42ca6cc37d0aeff7 (diff)
DolphinTool: Add an image extract command
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md21
1 files changed, 20 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 7fecf65cfd..3c9dc84730 100644
--- a/Readme.md
+++ b/Readme.md
@@ -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.
+```