aboutsummaryrefslogtreecommitdiff
path: root/cmd/tmp/dns/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/tmp/dns/main.go')
-rw-r--r--cmd/tmp/dns/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/tmp/dns/main.go b/cmd/tmp/dns/main.go
index bb505b3..ea0a4e5 100644
--- a/cmd/tmp/dns/main.go
+++ b/cmd/tmp/dns/main.go
@@ -12,7 +12,7 @@ import (
)
var (
- vk = flag.String("vk", "5aed7ffc3bc088221f6579567b2e6e3c4ac3579bd5e77670755179052c68d5d3", "verification key (hex)")
+ vk = flag.String("vk", "5aed7ffc3bc088221f6579567b2e6e3c4ac3579bd5e77670755179052c68d5d3", "public key (hex)")
domain_hint = flag.String("domain_hint", "example.com", "domain name that is aware of public key hash in hex")
)