From b456626f51dd3fc3d02c37a2da18a3f07e2a52d8 Mon Sep 17 00:00:00 2001 From: Haruki Date: Fri, 25 Aug 2023 09:31:36 +0900 Subject: [PATCH] =?UTF-8?q?generate-key=E3=82=B3=E3=83=9E=E3=83=B3?= =?UTF-8?q?=E3=83=89=E3=81=AEtypo=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nostrh/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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