Skip to content

Commit

Permalink
docs(cli): name inspect --verify
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Jan 17, 2024
1 parent e11d7b0 commit 6d5b0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/name/name.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Passing --verify will verify signature against provided public key.

if out.Validation == nil {
tw.Flush()
fmt.Fprintf(w, "\nThis record was not validated.\n")
fmt.Fprintf(w, "\nThis record was not validated. Pass '--verify key' to do so.\n")
} else {
tw.Flush()
fmt.Fprintf(w, "\nValidation results:\n")
Expand Down

0 comments on commit 6d5b0f4

Please sign in to comment.