diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-06-25 23:26:35 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-06-26 16:19:53 +0200 |
commit | 5813a0c94f92d5b5d3360eac5a0d61314131a84a (patch) | |
tree | 92163358b644554710d1a1a040fa1f1f60af6fd6 /doc | |
parent | 93ff6a40e4f4c7f5d7b8af558a537732b919d0ec (diff) | |
download | guix-5813a0c94f92d5b5d3360eac5a0d61314131a84a.tar.gz |
doc: 'guix hash' is not SHA256-only.
This is a followup to 18ae1ec3ecfe22d55d6cdf595a442afebbc5595a. * doc/guix.texi (Invoking guix hash): Remove "SHA256" from the first paragraph.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 5b854ccbd4..de34939248 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -9171,7 +9171,7 @@ store. @section Invoking @command{guix hash} @cindex @command{guix hash} -The @command{guix hash} command computes the SHA256 hash of a file. +The @command{guix hash} command computes the hash of a file. It is primarily a convenience tool for anyone contributing to the distribution: it computes the cryptographic hash of a file, which can be used in the definition of a package (@pxref{Defining Packages}). |