Merge pull request #64 from chapsuk/fix_flag_description
Fixed sync command help typo
This commit is contained in:
commit
02fc10dd3d
@ -21,7 +21,7 @@ var syncCmd = &cobra.Command{
|
|||||||
Use: "sync",
|
Use: "sync",
|
||||||
Short: "Syncs vulcanizedb with local ethereum node",
|
Short: "Syncs vulcanizedb with local ethereum node",
|
||||||
Long: `Syncs vulcanizedb with local ethereum node.
|
Long: `Syncs vulcanizedb with local ethereum node.
|
||||||
vulcanizedb sync --startingBlockNumber 0 --config public.toml
|
vulcanizedb sync --starting-block-number 0 --config public.toml
|
||||||
|
|
||||||
Expects ethereum node to be running and requires a .toml config:
|
Expects ethereum node to be running and requires a .toml config:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user