diff options
author | Miguel Ángel Arruga Vivas <rosen644835@gmail.com> | 2020-11-02 20:24:08 +0100 |
---|---|---|
committer | Miguel Ángel Arruga Vivas <rosen644835@gmail.com> | 2020-11-02 20:29:03 +0100 |
commit | 1077d54f6e0e13383b64bfe9176ccf5f6e5e1ad6 (patch) | |
tree | 3659fccec9e6204d9e284103172ac85ed8a19ef8 | |
parent | 3728ed7c773e09c86c0f11b2da3fc96c3794743d (diff) |
doc: Fix typo.
* doc/guix.texi (Invoking guix publish)<cache-bypass-threshold>: The unit
suffixes the numeric value.
-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 c94499d658..3255ebac2e 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -12272,7 +12272,7 @@ item in the store, may be deleted. @item --cache-bypass-threshold=@var{size} When used in conjunction with @option{--cache}, store items smaller than @var{size} are immediately available, even when they are not yet in -cache. @var{size} is a size in bytes, or it can be prefixed by @code{M} +cache. @var{size} is a size in bytes, or it can be suffixed by @code{M} for megabytes and so on. The default is @code{10M}. ``Cache bypass'' allows you to reduce the publication delay for clients |