From 4757aa0c2e9e118ab252639b3574d4f4440e9fd1 Mon Sep 17 00:00:00 2001 From: zelig Date: Fri, 2 Jan 2015 17:17:50 +0000 Subject: [PATCH] typo --- cmd/ethereum/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ethereum/flags.go b/cmd/ethereum/flags.go index d27b739c36..40bb1318db 100644 --- a/cmd/ethereum/flags.go +++ b/cmd/ethereum/flags.go @@ -105,7 +105,7 @@ func Init() { flag.BoolVar(&DiffTool, "difftool", false, "creates output for diff'ing. Sets LogLevel=0") flag.StringVar(&DiffType, "diff", "all", "sets the level of diff output [vm, all]. Has no effect if difftool=false") flag.BoolVar(&ShowGenesis, "genesis", false, "Dump the genesis block") - flag.StringVar(&ImportChain, "chain", "", "Imports fiven chain") + flag.StringVar(&ImportChain, "chain", "", "Imports given chain") flag.BoolVar(&Dump, "dump", false, "output the ethereum state in JSON format. Sub args [number, hash]") flag.StringVar(&DumpHash, "hash", "", "specify arg in hex")