Fix to-base16 description

This commit is contained in:
Tristan Hume 2016-02-13 23:24:55 -05:00 committed by Eelco Dolstra
parent 206bbb5dc9
commit 9b05d5848c

View file

@ -69,7 +69,7 @@ struct CmdToBase : Command
{ {
return toBase32 return toBase32
? "convert a hash to base-32 representation" ? "convert a hash to base-32 representation"
: "convert a hash to base-32 representation"; : "convert a hash to base-16 representation";
} }
void run() override void run() override