diff --git a/cmd/ipsw/cmd/fw/tc.go b/cmd/ipsw/cmd/fw/tc.go index a52fc545c..39c2bb3da 100644 --- a/cmd/ipsw/cmd/fw/tc.go +++ b/cmd/ipsw/cmd/fw/tc.go @@ -54,7 +54,7 @@ func init() { // tcCmd represents the tc command var tcCmd = &cobra.Command{ Use: "tc ", - Short: "🚧 Dump TrustCache", + Short: "Dump TrustCache", Args: cobra.ExactArgs(1), RunE: func(cmd *cobra.Command, args []string) error { diff --git a/www/docs/cli/ipsw/fw/fw.md b/www/docs/cli/ipsw/fw/fw.md index 1902dcd29..50121a363 100644 --- a/www/docs/cli/ipsw/fw/fw.md +++ b/www/docs/cli/ipsw/fw/fw.md @@ -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 diff --git a/www/docs/cli/ipsw/fw/tc.md b/www/docs/cli/ipsw/fw/tc.md index 8acdd3d50..8c7769ad9 100644 --- a/www/docs/cli/ipsw/fw/tc.md +++ b/www/docs/cli/ipsw/fw/tc.md @@ -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 [flags] @@ -18,6 +18,7 @@ ipsw fw tc [flags] ``` -h, --help help for tc + -j, --json Output in JSON format -o, --output string Folder to extract files to ```