Commit be48f2eb authored by Stephan Tual's avatar Stephan Tual

Fixed typo (credit to comma 8)

parent 44900e36
...@@ -116,7 +116,7 @@ func (i *Console) ParseInput(input string) bool { ...@@ -116,7 +116,7 @@ func (i *Console) ParseInput(input string) bool {
"rawroot - Prints the raw merkle root\n" + "rawroot - Prints the raw merkle root\n" +
"\033[1m= Dagger =\033[0m\n" + "\033[1m= Dagger =\033[0m\n" +
"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= Enroding =\033[0m\n" + "\033[1m= Encoding =\033[0m\n" +
"decode STR\n" + "decode STR\n" +
"encode STR\n") "encode STR\n")
......
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