aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-01-10 18:05:28 +0800
committerobscuren <geffobscura@gmail.com>2014-01-10 18:05:28 +0800
commitfbc59b7323394fc95e0d87f20375c5e1cbec2170 (patch)
tree9e7ba84fa92e36f866234c8301a7d3f9209592cd /ethereum.go
parentba385ccdf15f8379c54d65061c3d62353baffc2b (diff)
downloadgo-tangerine-fbc59b7323394fc95e0d87f20375c5e1cbec2170.tar.gz
go-tangerine-fbc59b7323394fc95e0d87f20375c5e1cbec2170.tar.zst
go-tangerine-fbc59b7323394fc95e0d87f20375c5e1cbec2170.zip
Updated read me and changed mine argument to m
Diffstat (limited to 'ethereum.go')
-rw-r--r--ethereum.go2
1 files changed, 1 insertions, 1 deletions
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()
}