Fix to-base16 description

This commit is contained in:
Tristan Hume
2016-02-16 10:15:58 +01:00
committed by Eelco Dolstra
parent 206bbb5dc9
commit 9b05d5848c
+1 -1
View File
@@ -69,7 +69,7 @@ struct CmdToBase : Command
{
return toBase32
? "convert a hash to base-32 representation"
: "convert a hash to base-32 representation";
: "convert a hash to base-16 representation";
}
void run() override