Skip to content

Commit b4e6ed9

Browse files
committed
docs: update CLI docs
1 parent 4a66e84 commit b4e6ed9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

www/docs/cli/ipsw/disk/dmg.md

+3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ ipsw disk dmg DMG [OUTPUT] [flags]
1717
### Options
1818

1919
```
20+
-d, --decrypt Decrypt DMG
2021
-h, --help help for dmg
22+
-k, --key string Encrypted DMG key
23+
-o, --output string Output file
2124
-p, --partition int Extract a specific partition by number (default -1)
2225
-w, --password string Encrypted DMG password
2326
-r, --re string Extract partition that matches regex

www/docs/cli/ipsw/mount.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ ipsw mount [fs|sys|app|exc] IPSW [flags]
1818

1919
```
2020
-h, --help help for mount
21+
-k, --key string DMG key
22+
--lookup Lookup DMG keys on theapplewiki.com
2123
--pem-db string AEA pem DB JSON file
2224
```
2325

0 commit comments

Comments
 (0)