Skip to content

Commit

Permalink
docs: update CLI docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Oct 5, 2024
1 parent 4b11320 commit f5c5e27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/ipsw/cmd/fw/tc.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func init() {
// tcCmd represents the tc command
var tcCmd = &cobra.Command{
Use: "tc <IM4P|IPSW>",
Short: "🚧 Dump TrustCache",
Short: "Dump TrustCache",
Args: cobra.ExactArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {

Expand Down
2 changes: 1 addition & 1 deletion www/docs/cli/ipsw/fw/fw.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ ipsw fw [flags]
* [ipsw](/docs/cli/ipsw) - Download and Parse IPSWs (and SO much more)
* [ipsw fw aea](/docs/cli/ipsw/fw/aea) - Parse AEA1 DMGs
* [ipsw fw iboot](/docs/cli/ipsw/fw/iboot) - Dump firmwares
* [ipsw fw tc](/docs/cli/ipsw/fw/tc) - 🚧 Dump TrustCache
* [ipsw fw tc](/docs/cli/ipsw/fw/tc) - Dump TrustCache

5 changes: 3 additions & 2 deletions www/docs/cli/ipsw/fw/tc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ title: tc
hide_title: true
hide_table_of_contents: true
sidebar_label: tc
description: 🚧 Dump TrustCache
description: Dump TrustCache
---
## ipsw fw tc

🚧 Dump TrustCache
Dump TrustCache

```
ipsw fw tc <IM4P|IPSW> [flags]
Expand All @@ -18,6 +18,7 @@ ipsw fw tc <IM4P|IPSW> [flags]

```
-h, --help help for tc
-j, --json Output in JSON format
-o, --output string Folder to extract files to
```

Expand Down

0 comments on commit f5c5e27

Please sign in to comment.