Commit fbc59b73 authored by obscuren's avatar obscuren

Updated read me and changed mine argument to m

parent ba385ccd
...@@ -19,6 +19,5 @@ Install ...@@ -19,6 +19,5 @@ Install
Command line options Command line options
==================== ====================
-c will launch the developer console -c launch the developer console
-m start mining fake blocks and broadcast fake messages to the net
Supported arguments `update` and `get`
...@@ -16,7 +16,7 @@ var StartConsole bool ...@@ -16,7 +16,7 @@ var StartConsole bool
var StartMining bool var StartMining bool
func Init() { func Init() {
flag.BoolVar(&StartConsole, "c", false, "debug and testing console") 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() flag.Parse()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment