about summary refs log tree commit diff
path: root/src/nix
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix')
-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