diff --git a/nostrh/main.go b/nostrh/main.go index 72c88d7..af535fc 100644 --- a/nostrh/main.go +++ b/nostrh/main.go @@ -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 }, @@ -154,7 +154,6 @@ func main() { fmt.Println(buf.String()) } - } // Start app