make will install

This commit is contained in:
Jae Kwon
2015-06-25 18:42:17 -07:00
parent 347276ecdb
commit a55950e1d0
2 changed files with 10 additions and 2 deletions
+3
View File
@@ -21,6 +21,7 @@ Commands:
gen_validator Generate new validator keypair
gen_tx Generate new transaction
probe_upnp Test UPnP functionality
version Show version info
`)
return
}
@@ -43,6 +44,8 @@ Commands:
probe_upnp()
case "unsafe_reset_priv_validator":
reset_priv_validator()
case "version":
fmt.Println(config.GetString("version"))
default:
fmt.Printf("Unknown command %v\n", args[0])
}