From f0252e00c1531609561b981088a58a45c0ff714c Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Fri, 15 Oct 2021 13:56:56 +0300 Subject: [PATCH] [#920] cli: Do not add `rpc` flags to util Signed-off-by: Pavel Karpy --- cmd/neofs-cli/modules/util.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/neofs-cli/modules/util.go b/cmd/neofs-cli/modules/util.go index c7a335fb0..48a387aa6 100644 --- a/cmd/neofs-cli/modules/util.go +++ b/cmd/neofs-cli/modules/util.go @@ -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) }