diff --git a/docs/neofs-blockstorage.md b/docs/neofs-blockstorage.md index f1115d95e..aa84db0dc 100644 --- a/docs/neofs-blockstorage.md +++ b/docs/neofs-blockstorage.md @@ -75,37 +75,14 @@ shuts down automatically. ### NeoFS Upload Command The `upload-bin` command is designed to fetch blocks from the RPC node and upload -them to the NeoFS container. -It also creates and uploads index files. Below is an example usage of the command: +them to the NeoFS container. It also creates and uploads index files. Below is an +example usage of the command: ```shell ./bin/neo-go util upload-bin --cid 9iVfUg8aDHKjPC4LhQXEkVUM4HDkR7UCXYLs8NQwYfSG --wallet-config ./wallet-config.yml --block-attribute Block --index-attribute Index --rpc-endpoint https://rpc.t5.n3.nspcc.ru:20331 -fsr st1.t5.fs.neo.org:8080 -fsr st2.t5.fs.neo.org:8080 -fsr st3.t5.fs.neo.org:8080 ``` -The command supports the following options: -``` -NAME: -neo-go util upload-bin - Fetch blocks from RPC node and upload them to the NeoFS container -USAGE: -neo-go util upload-bin --fs-rpc-endpoint [,[...]] --container --block-attribute block --index-attribute index --rpc-endpoint [--timeout