forked from cerc-io/plugeth
Added help
This commit is contained in:
parent
8b9dcdcdf0
commit
2619604549
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user