diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-12-01T15·55+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-12-01T15·55+0000 |
commit | 078e20885e0805e04669f9b334a516a6d8d12763 (patch) | |
tree | f16741a27866a46806c99ec8d5c8371ae5298046 /src/nix-hash/help.txt | |
parent | 905d5b91fa6fa64e549f9019f9fab4150f00c13a (diff) |
* Help text for all (non-script) programs, so no more:
$ nix-instantiate --help error: unknown flag `--help` Try `nix-instantiate --help' for more information. :-)
Diffstat (limited to 'src/nix-hash/help.txt')
-rw-r--r-- | src/nix-hash/help.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/nix-hash/help.txt b/src/nix-hash/help.txt new file mode 100644 index 000000000000..84ba152c5adc --- /dev/null +++ b/src/nix-hash/help.txt @@ -0,0 +1,6 @@ +nix-hash [OPTIONS...] [FILES...] + +`nix-hash computes and prints cryptographic hashes for the specified +files. + + --flat: compute hash of regular file contents, not metadata |