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) }