From fbc59b7323394fc95e0d87f20375c5e1cbec2170 Mon Sep 17 00:00:00 2001 From: obscuren Date: Fri, 10 Jan 2014 11:05:28 +0100 Subject: Updated read me and changed mine argument to m --- ethereum.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ethereum.go') diff --git a/ethereum.go b/ethereum.go index a935f903e..aee8ebc30 100644 --- a/ethereum.go +++ b/ethereum.go @@ -16,7 +16,7 @@ var StartConsole bool var StartMining bool func Init() { flag.BoolVar(&StartConsole, "c", false, "debug and testing console") - flag.BoolVar(&StartMining, "mine", false, "start dagger mining") + flag.BoolVar(&StartMining, "m", false, "start dagger mining") flag.Parse() } -- cgit v1.2.3