doc: 'guix hash' is not SHA256-only.

This is a followup to 18ae1ec3ec.

* doc/guix.texi (Invoking guix hash): Remove "SHA256" from the first
paragraph.
This commit is contained in:
Ludovic Courtès 2020-06-25 23:26:35 +02:00
parent 93ff6a40e4
commit 5813a0c94f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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}).