From 5813a0c94f92d5b5d3360eac5a0d61314131a84a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Thu, 25 Jun 2020 23:26:35 +0200
Subject: [PATCH] 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 5b854ccbd48..de34939248d 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}).
-- 
GitLab