From e43af4e978abafab6bda9794b0d6a79be90f4a07 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Tue, 25 Aug 2020 09:12:34 +0300 Subject: [PATCH] Fix CLI option. --- beacon_chain/conf.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_chain/conf.nim b/beacon_chain/conf.nim index fb95c850c..d78df2a83 100644 --- a/beacon_chain/conf.nim +++ b/beacon_chain/conf.nim @@ -273,7 +273,7 @@ type outputNetkeyFile* {. desc: "Output file with network private key for the network" - name: "output-netkey-file" }: OutFile + name: "netkey-file" }: OutFile of wallets: case walletsCmd* {.command.}: WalletsCmd