generate-keyコマンドのtypoを修正

This commit is contained in:
Haruki
2023-08-25 09:31:36 +09:00
parent d722f5cd5c
commit b456626f51

View File

@@ -109,7 +109,7 @@ func main() {
key := nostr.GeneratePrivateKey() key := nostr.GeneratePrivateKey()
err := keystore.SetSecret(key) err := keystore.SetSecret(key)
if err == nil { 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 return err
}, },
@@ -154,7 +154,6 @@ func main() {
fmt.Println(buf.String()) fmt.Println(buf.String())
} }
} }
// Start app // Start app