diff --git a/cli/util/convert.go b/cli/util/convert.go index af963d9e7..886c56d6e 100644 --- a/cli/util/convert.go +++ b/cli/util/convert.go @@ -86,10 +86,6 @@ func NewCommands() []*cli.Command { Usage: "Number of concurrent searches for blocks", Value: 20, }, - &cli.BoolFlag{ - Name: "skip-blocks-uploading", - Usage: "Skip blocks uploading and upload only index files", - }, &cli.UintFlag{ Name: "retries", Usage: "Maximum number of Neo/NeoFS node request retries", @@ -184,7 +180,7 @@ func NewCommands() []*cli.Command { { Name: "upload-bin", Usage: "Fetch blocks from RPC node and upload them to the NeoFS container", - UsageText: "neo-go util upload-bin --fs-rpc-endpoint [,[...]] --container --block-attribute block --index-attribute index --rpc-endpoint [--timeout