Skip to content

Commit

Permalink
update attestation command example (ultravioletrs#183)
Browse files Browse the repository at this point in the history
Signed-off-by: WashingtonKK <[email protected]>
  • Loading branch information
WashingtonKK authored Jul 24, 2024
1 parent 46555a7 commit 7498800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/attestation.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func (cli *CLI) NewGetAttestationCmd() *cobra.Command {
return &cobra.Command{
Use: "get",
Short: "Retrieve attestation information from agent. Report data expected in hex enoded string of length 64 bytes.",
Example: "report <report_data>",
Example: "get <report_data>",
Args: cobra.ExactArgs(1),
Run: func(cmd *cobra.Command, args []string) {
log.Println("Getting attestation")
Expand Down

0 comments on commit 7498800

Please sign in to comment.