mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Fix to-base16 description
This commit is contained in:
parent
206bbb5dc9
commit
9b05d5848c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue