rename nsecbunker->bunker.

This commit is contained in:
fiatjaf 2023-12-09 16:37:47 -03:00
parent b7b61c0723
commit 0860cfcf6d
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1
2 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@ import (
"github.com/urfave/cli/v2"
)
var nsecbunker = &cli.Command{
Name: "nsecbunker",
var bunker = &cli.Command{
Name: "bunker",
Usage: "starts a NIP-46 signer daemon with the given --sec key",
ArgsUsage: "[relay...]",
Description: ``,

View File

@ -19,7 +19,7 @@ var app = &cli.App{
encode,
verify,
relay,
nsecbunker,
bunker,
},
Flags: []cli.Flag{
&cli.BoolFlag{