diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-05-18 22:25:13 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-05-22 00:35:24 +0200 |
commit | 0e4e9c8e7655f3e2a9c2615923768d211ac02a3e (patch) | |
tree | 75c6217501d53071efb8f7a9af1b8b04ae473bd9 /doc | |
parent | 18ae1ec3ecfe22d55d6cdf595a442afebbc5595a (diff) | |
download | guix-0e4e9c8e7655f3e2a9c2615923768d211ac02a3e.tar.gz |
guix hash, guix download: Support base64 format.
* guix/scripts/download.scm (show-help, %options): Support "base64" format. * guix/scripts/hash.scm (show-help, %options): Likewise. * tests/guix-hash.sh: Test it. * doc/guix.texi (Invoking guix hash): Document it.
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 197207697e..01dab5b72c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -9076,7 +9076,7 @@ Reference Manual}). @itemx -f @var{fmt} Write the hash in the format specified by @var{fmt}. -Supported formats: @code{nix-base32}, @code{base32}, @code{base16} +Supported formats: @code{base64}, @code{nix-base32}, @code{base32}, @code{base16} (@code{hex} and @code{hexadecimal} can be used as well). If the @option{--format} option is not specified, @command{guix hash} |