civodul pushed a commit to branch master
in repository guix.
commit 5813a0c94f92d5b5d3360eac5a0d61314131a84a
Author: Ludovic Courtès <[email protected]>
AuthorDate: Thu Jun 25 23:26:35 2020 +0200
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.
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 5b854cc..de34939 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}).