guix/src/nix-hash/help.txt
2006-03-06 11:04:39 +00:00

10 lines
357 B
Plaintext

Usage: nix-hash [OPTIONS...] [FILES...]
`nix-hash' computes and prints cryptographic hashes for the specified
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