diff options
author | obscuren <obscuren@users.noreply.github.com> | 2014-01-20 07:58:41 +0800 |
---|---|---|
committer | obscuren <obscuren@users.noreply.github.com> | 2014-01-20 07:58:41 +0800 |
commit | 9c296d98dee26ebddf63fbfbc1a877ef4a767e0f (patch) | |
tree | 0b54964a51dd68752f4f041f9c72954dee64b757 | |
parent | b608a80ef154ac7847c3f6dbb8727f8d83aca735 (diff) | |
parent | be48f2eb91b8726cbafe9865360e64cbfa35c3de (diff) | |
download | dexon-9c296d98dee26ebddf63fbfbc1a877ef4a767e0f.tar dexon-9c296d98dee26ebddf63fbfbc1a877ef4a767e0f.tar.gz dexon-9c296d98dee26ebddf63fbfbc1a877ef4a767e0f.tar.bz2 dexon-9c296d98dee26ebddf63fbfbc1a877ef4a767e0f.tar.lz dexon-9c296d98dee26ebddf63fbfbc1a877ef4a767e0f.tar.xz dexon-9c296d98dee26ebddf63fbfbc1a877ef4a767e0f.tar.zst dexon-9c296d98dee26ebddf63fbfbc1a877ef4a767e0f.zip |
Merge pull request #4 from stephantual/master
Fixed typo (credit to comma 8)
-rw-r--r-- | dev_console.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev_console.go b/dev_console.go index 228cfc47e..5340a5f46 100644 --- a/dev_console.go +++ b/dev_console.go @@ -116,7 +116,7 @@ func (i *Console) ParseInput(input string) bool { "rawroot - Prints the raw merkle root\n" + "\033[1m= Dagger =\033[0m\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" + "encode STR\n") |