mirror of
https://github.com/fiatjaf/nak.git
synced 2024-11-22 16:19:07 -05:00
rename nsecbunker->bunker.
This commit is contained in:
parent
b7b61c0723
commit
0860cfcf6d
|
@ -13,8 +13,8 @@ import (
|
||||||
"github.com/urfave/cli/v2"
|
"github.com/urfave/cli/v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
var nsecbunker = &cli.Command{
|
var bunker = &cli.Command{
|
||||||
Name: "nsecbunker",
|
Name: "bunker",
|
||||||
Usage: "starts a NIP-46 signer daemon with the given --sec key",
|
Usage: "starts a NIP-46 signer daemon with the given --sec key",
|
||||||
ArgsUsage: "[relay...]",
|
ArgsUsage: "[relay...]",
|
||||||
Description: ``,
|
Description: ``,
|
Loading…
Reference in New Issue
Block a user