forked from cerc-io/plugeth
Updated read me and changed mine argument to m
This commit is contained in:
parent
ba385ccdf1
commit
fbc59b7323
@ -19,6 +19,5 @@ Install
|
||||
Command line options
|
||||
====================
|
||||
|
||||
-c will launch the developer console
|
||||
|
||||
Supported arguments `update` and `get`
|
||||
-c launch the developer console
|
||||
-m start mining fake blocks and broadcast fake messages to the net
|
||||
|
@ -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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user