From 2619604549ee632289fbde2a3065fa8dcfe65a23 Mon Sep 17 00:00:00 2001 From: obscuren Date: Mon, 27 Jan 2014 22:15:06 +0100 Subject: [PATCH] Added help --- dev_console.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev_console.go b/dev_console.go index 3395124dc..91d911ec2 100644 --- a/dev_console.go +++ b/dev_console.go @@ -192,7 +192,11 @@ func (i *Console) ParseInput(input string) bool { "dag HASH NONCE - Verifies a nonce with the given hash with dagger\n" + "\033[1m= Encoding =\033[0m\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: fmt.Println("Unknown command:", tokens[0])