Skip to content

Commit 84889d8

Browse files
authored
docs: remove stray 'beta' (#31)
1 parent e2fb4d9 commit 84889d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cmd/info/info.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ func NewCommand() *cobra.Command {
3939
Long: `Display static information about the TPM including vendor, manufacturer,
4040
firmware version, supported algorithms, and more.`,
4141
Example: ` # Display TPM info in text format
42-
tpm-trust beta info
42+
tpm-trust info
4343
4444
# Display TPM info in JSON format
45-
tpm-trust beta info --format json
45+
tpm-trust info --format json
4646
4747
# Display TPM info with verbose logging
48-
tpm-trust beta info --verbose`,
48+
tpm-trust info --verbose`,
4949
RunE: func(cmd *cobra.Command, args []string) error {
5050
return run(cmd.Context(), opts)
5151
},

0 commit comments

Comments
 (0)