From 9b05d5848c2fce73b75b3411e362c2bd48d53dcb Mon Sep 17 00:00:00 2001 From: Tristan Hume Date: Sat, 13 Feb 2016 23:24:55 -0500 Subject: [PATCH] Fix to-base16 description --- src/nix/hash.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nix/hash.cc b/src/nix/hash.cc index fff945bd3..452aa4ef6 100644 --- a/src/nix/hash.cc +++ b/src/nix/hash.cc @@ -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