diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-03 00:22:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-04 19:22:34 +0100 |
commit | d16948bf30442b88b28eaa0f2e5f1187abcb0ff0 (patch) | |
tree | 9f1a89c187c0759e35b83b87bff69a910e381040 /doc | |
parent | 5a719deedcb6f559f3295b94d5258c4cc046ad30 (diff) | |
download | patches-d16948bf30442b88b28eaa0f2e5f1187abcb0ff0.tar patches-d16948bf30442b88b28eaa0f2e5f1187abcb0ff0.tar.gz |
doc: guix-publish-configuration-ttl is in seconds.
* doc/guix.texi (Base Services): Document that
guix-publish-configuration-ttl takes its value in seconds.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 2b27a675cd..cb28c61182 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -10188,9 +10188,9 @@ caching; when @code{#f}, the number of processors is used. @xref{Invoking guix publish, @option{--workers}}, for more information. @item @code{ttl} (default: @code{#f}) -When it is an integer, this denotes the @dfn{time-to-live} of the -published archives. @xref{Invoking guix publish, @option{--ttl}}, for -more information. +When it is an integer, this denotes the @dfn{time-to-live} in seconds +of the published archives. @xref{Invoking guix publish, @option{--ttl}}, +for more information. @end table @end deftp |