diff --git a/doc/polycli_monitor.md b/doc/polycli_monitor.md index 562e85bb4..9e78ee1fa 100644 --- a/doc/polycli_monitor.md +++ b/doc/polycli_monitor.md @@ -28,11 +28,12 @@ If you're experiencing missing blocks, try adjusting the `--batch-size` and `--i ## Flags ```bash - -b, --batch-size string Number of requests per batch (default "auto") - -c, --cache-limit int Number of cached blocks for the LRU block data structure (Min 100) (default 200) - -h, --help help for monitor - -i, --interval string Amount of time between batch block rpc calls (default "5s") - -r, --rpc-url string The RPC endpoint url (default "http://localhost:8545") + -b, --batch-size string Number of requests per batch (default "auto") + -c, --cache-limit int Number of cached blocks for the LRU block data structure (Min 100) (default 200) + -h, --help help for monitor + -i, --interval string Amount of time between batch block rpc calls (default "5s") + -r, --rpc-url string The RPC endpoint url (default "http://localhost:8545") + -s, --sub-batch-size int Number of requests per sub-batch (default 50) ``` The command also inherits flags from parent commands.