Skip to content

Commit d1c2247

Browse files
committed
docs: update CLI docs
1 parent 9d101bf commit d1c2247

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

www/docs/cli/ipsw/download/macos.md

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ ipsw download macos [flags]
1919
```
2020
-a, --assistant Only download the InstallAssistant.pkg
2121
-h, --help help for macos
22-
--ignore Do NOT verify pkg digests
2322
--latest Download latest macOS installer
2423
-l, --list Show latest macOS installers
2524
-w, --work-dir string macOS installer creator working directory

www/docs/cli/ipsw/ota/extract.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ipsw ota extract <OTA> [FILENAME]> [flags]
1818

1919
```
2020
-y, --confirm Confirm searching for pattern in payloadv2 files
21+
-c, --cryptex string Extract cryptex as DMG (requires full OTA)
2122
-x, --decomp Decompress pbzx files
2223
-d, --dyld Extract dyld_shared_cache files
2324
-h, --help help for extract

www/docs/cli/ipsw/ota/patch/rsr.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ipsw ota patch rsr [flags]
1717
### Options
1818

1919
```
20+
-c, --cryptex string Cryptex file from OTA
2021
-a, --dyld-arch stringArray dyld_shared_cache architecture to extract
2122
-h, --help help for rsr
2223
-i, --input string Input folder

www/docs/cli/ipsw/pkg.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ ipsw pkg PKG [flags]
2424
-h, --help help for pkg
2525
-o, --output string Output folder
2626
-p, --pattern string Extract files that match regex
27+
-l, --pay Show Payload
2728
-s, --scripts Show scripts
2829
```
2930

0 commit comments

Comments
 (0)