Commit 26196045 authored by obscuren's avatar obscuren

Added help

parent 8b9dcdcd
...@@ -192,7 +192,11 @@ func (i *Console) ParseInput(input string) bool { ...@@ -192,7 +192,11 @@ func (i *Console) ParseInput(input string) bool {
"dag HASH NONCE - Verifies a nonce with the given hash with dagger\n" + "dag HASH NONCE - Verifies a nonce with the given hash with dagger\n" +
"\033[1m= Encoding =\033[0m\n" + "\033[1m= Encoding =\033[0m\n" +
"decode STR\n" + "decode STR\n" +
"encode STR\n") "encode STR\n" +
"\033[1m= Other =\033[0m\n" +
"addp HOST:PORT\n" +
"tx TO AMOUNT\n" +
"contract AMOUNT\n")
default: default:
fmt.Println("Unknown command:", tokens[0]) fmt.Println("Unknown command:", tokens[0])
......
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