forked from TrueCloudLab/frostfs-node
[#920] cli: Do not add rpc
flags to util
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
b148b85af4
commit
f0252e00c1
1 changed files with 0 additions and 1 deletions
|
@ -197,7 +197,6 @@ func initCommonFlagsWithoutRPC(cmd *cobra.Command) {
|
|||
flags.StringP(walletPath, walletPathShorthand, walletPathDefault, walletPathUsage)
|
||||
flags.StringP(wif, wifShorthand, wifDefault, wifUsage)
|
||||
flags.StringP(address, addressShorthand, addressDefault, addressUsage)
|
||||
flags.StringP(rpc, rpcShorthand, rpcDefault, rpcUsage)
|
||||
flags.BoolP(verbose, verboseShorthand, verboseDefault, verboseUsage)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue