diff options
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 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 |