We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2fb4d9 commit 84889d8Copy full SHA for 84889d8
1 file changed
cmd/info/info.go
@@ -39,13 +39,13 @@ func NewCommand() *cobra.Command {
39
Long: `Display static information about the TPM including vendor, manufacturer,
40
firmware version, supported algorithms, and more.`,
41
Example: ` # Display TPM info in text format
42
- tpm-trust beta info
+ tpm-trust info
43
44
# Display TPM info in JSON format
45
- tpm-trust beta info --format json
+ tpm-trust info --format json
46
47
# Display TPM info with verbose logging
48
- tpm-trust beta info --verbose`,
+ tpm-trust info --verbose`,
49
RunE: func(cmd *cobra.Command, args []string) error {
50
return run(cmd.Context(), opts)
51
},
0 commit comments