diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-08-14T10·09+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-08-14T10·09+0000 |
commit | 039936567539c1d6d7a3b824b94726b3fed3343b (patch) | |
tree | d4fccd763f14bc38e1b82e65e634c5a441b556ff /src/nix-hash/help.txt | |
parent | 2fd22c63600a3c91d25316b566fc00aa2415bfee (diff) |
* nix-hash: option `--truncate' to truncate the hash to 160 bits. Hmm,
kind of ad hoc ;-)
Diffstat (limited to 'src/nix-hash/help.txt')
-rw-r--r-- | src/nix-hash/help.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nix-hash/help.txt b/src/nix-hash/help.txt index 31fff1ffabd6..082cc7571c06 100644 --- a/src/nix-hash/help.txt +++ b/src/nix-hash/help.txt @@ -6,3 +6,4 @@ 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") + --truncate: truncate the hash to 160 bits |