about summary refs log tree commit diff
path: root/src/nix/hash.cc
diff options
context:
space:
mode:
authorTristan Hume <tris.hume@gmail.com>2016-02-14T04·24-0500
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-02-16T09·15+0100
commit9b05d5848c2fce73b75b3411e362c2bd48d53dcb (patch)
tree753b9cbca59244e9d2497f68ef183e195a161564 /src/nix/hash.cc
parent206bbb5dc9f714db51cdae973de9efef71d96cf7 (diff)
Fix to-base16 description
Diffstat (limited to 'src/nix/hash.cc')
-rw-r--r--src/nix/hash.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/hash.cc b/src/nix/hash.cc
index fff945bd33d9..452aa4ef67c0 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