Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cxytz01 authored and kasteph committed Jul 28, 2022
1 parent ef679b0 commit ead40c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/job/walk.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var WalkCmd = &cli.Command{
Usage: "walk and index a range of the filecoin blockchain.",
Description: `
The walk command will index state based on the list of tasks (--tasks) provided over the specified range (--from --to).
Each epoch will be indexed serially starting from the heaviest tipset at the upper height (--to) to the lower height (--to).
Each epoch will be indexed serially, starting from the heaviest tipset at the upper height (--to) to the lower height (--from).
As and example, the below command:
$ lily job run --tasks=block_header,messages walk --from=10 --to=20
Expand Down

0 comments on commit ead40c9

Please sign in to comment.