Skip to content

Commit 1540626

Browse files
committed
docs: update CLI docs
1 parent 1ded153 commit 1540626

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

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

1919
```
20-
-h, --help help for dmg
21-
-p, --partition int Extract a specific partition by number (default -1)
22-
-r, --re string Extract partition that matches regex
20+
-h, --help help for dmg
21+
-p, --partition int Extract a specific partition by number (default -1)
22+
-w, --password string Encrypted DMG password
23+
-r, --re string Extract partition that matches regex
2324
```
2425

2526
### Options inherited from parent commands

www/docs/cli/ipsw/dyld/ida.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ ipsw dyld ida <DSC> <DYLIB> [DYLIBS...] [flags]
2222
-d, --dependancies Analyze module dependencies
2323
--diaphora-db string Path to Diaphora database
2424
-k, --docker Run IDA Pro in a docker container
25+
--docker-entry string IDA Pro docker entrypoint (default "/ida/idat64")
2526
--docker-image string IDA Pro docker image (default "blacktop/idapro:8.2-pro")
2627
-g, --enable-gui Enable IDA Pro GUI (defaults to headless)
2728
-e, --extra-args strings IDA Pro CLI extra arguments

0 commit comments

Comments
 (0)