Updated read me and changed mine argument to m

This commit is contained in:
obscuren
2014-01-10 11:05:28 +01:00
parent ba385ccdf1
commit fbc59b7323
2 changed files with 3 additions and 4 deletions

View File

@ -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()
}