forked from lix-project/lix
Fix to-base16 description
This commit is contained in:
parent
206bbb5dc9
commit
9b05d5848c
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue