This commit is contained in:
Yasuhiro Matsumoto
2023-08-24 22:58:55 +09:00
parent 6adacfd15a
commit bf43fc09e4

View File

@@ -109,7 +109,7 @@ func main() {
key := nostr.GeneratePrivateKey()
err := keystore.SetSecret(key)
if err == nil {
fmt.Print("🗝 Generated key\n🗝 You can check the public key with 'noshost show-public'\n")
fmt.Print("🗝 Generated key\n🗝 You can check the public key with 'nostrh show-public'\n")
}
return err
},