reword NIP-XX to nipXX everywhere.

This commit is contained in:
fiatjaf
2025-01-29 19:13:30 -03:00
parent 943e8835f9
commit 6e43a6b733
8 changed files with 14 additions and 14 deletions

View File

@@ -32,7 +32,7 @@ var defaultKeyFlags = []cli.Flag{
},
&cli.StringFlag{
Name: "connect-as",
Usage: "private key to use when communicating with NIP-46 bunkers",
Usage: "private key to use when communicating with nip46 bunkers",
DefaultText: "a random key",
Category: CATEGORY_SIGNER,
Sources: cli.EnvVars("NOSTR_CLIENT_KEY"),