about summary refs log tree commit diff
path: root/src/nix-hash/help.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-hash/help.txt')
-rw-r--r--src/nix-hash/help.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix-hash/help.txt b/src/nix-hash/help.txt
index a38c2ab9ed..31fff1ffab 100644
--- a/src/nix-hash/help.txt
+++ b/src/nix-hash/help.txt
@@ -4,3 +4,5 @@ nix-hash [OPTIONS...] [FILES...]
 files.
 
   --flat: compute hash of regular file contents, not metadata
+  --base32: print hash in base-32 instead of hexadecimal
+  --type HASH: use hash algorithm HASH ("md5" (default), "sha1", "sha256")