diff --git a/docs/docs/users/reference/cli.md b/docs/docs/users/reference/cli.md index 62be619e7c8..652f67bcde1 100644 --- a/docs/docs/users/reference/cli.md +++ b/docs/docs/users/reference/cli.md @@ -2061,13 +2061,13 @@ Options: ``` Backfill index with Ethereum mappings, events, etc -Usage: forest-tool index backfill [OPTIONS] --to --n-tipsets +Usage: forest-tool index backfill [OPTIONS] Options: -c, --config Optional TOML file containing forest daemon configuration --chain Optional chain, will override the chain section of configuration file if used --from The starting tipset epoch for back-filling (inclusive), defaults to chain head - --to The ending tipset epoch for back-filling (inclusive) - --n-tipsets The number of tipsets for back-filling (conflicts with --to flag) + --to Ending tipset epoch for back-filling (inclusive) + --n-tipsets Number of tipsets for back-filling -h, --help Print help ```