Merge pull request #64 from chapsuk/fix_flag_description

Fixed sync command help typo
This commit is contained in:
Rob Mulholand 2018-06-21 12:33:05 -05:00 committed by GitHub
commit 02fc10dd3d

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: