Skip to content

Commit

Permalink
Fix command in state-viewer README (#11095)
Browse files Browse the repository at this point in the history
The argument name should be `--end-index`.
  • Loading branch information
aborg-dev authored Apr 17, 2024
1 parent 8ad2de4 commit 36a4ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/state-viewer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Basic example:
```bash
make neard
./target/release/neard --home ~/.near/ view_state apply_range \
--shard-id=0 --start-index=42376889 --end_index=423770101 \
--shard-id=0 --start-index=42376889 --end-index=423770101 \
--verbose-output --csv-file=./apply_range.csv
```

Expand Down

0 comments on commit 36a4ab2

Please sign in to comment.