Fix CLI option.
This commit is contained in:
parent
40f2b74f73
commit
e43af4e978
|
@ -273,7 +273,7 @@ type
|
||||||
|
|
||||||
outputNetkeyFile* {.
|
outputNetkeyFile* {.
|
||||||
desc: "Output file with network private key for the network"
|
desc: "Output file with network private key for the network"
|
||||||
name: "output-netkey-file" }: OutFile
|
name: "netkey-file" }: OutFile
|
||||||
|
|
||||||
of wallets:
|
of wallets:
|
||||||
case walletsCmd* {.command.}: WalletsCmd
|
case walletsCmd* {.command.}: WalletsCmd
|
||||||
|
|
Loading…
Reference in New Issue