Fixed sync command help typo

This commit is contained in:
Maxim Krasilnikov 2018-06-21 19:12:09 +03:00
parent b2cf8d55d8
commit abb7f26124

View File

@ -21,7 +21,7 @@ var syncCmd = &cobra.Command{
Use: "sync",
Short: "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: