From abb7f2612479761f95f83c8d7d51707de5f0e26a Mon Sep 17 00:00:00 2001 From: Maxim Krasilnikov Date: Thu, 21 Jun 2018 19:12:09 +0300 Subject: [PATCH] Fixed sync command help typo --- cmd/sync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/sync.go b/cmd/sync.go index 6be8d843..42a2e111 100644 --- a/cmd/sync.go +++ b/cmd/sync.go @@ -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: