diff options
author | Mark H Weaver <mhw@netris.org> | 2014-08-15 01:16:31 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-08-15 01:18:50 -0400 |
commit | ce33631f54b28bbcf7606dfd680084df463af833 (patch) | |
tree | 4ed0ee4441523c642f65b89a2c25edcc5b89a7ea /doc | |
parent | 89925972fba19de8791c781e2d24714e0fa08bd8 (diff) | |
download | guix-ce33631f54b28bbcf7606dfd680084df463af833.tar guix-ce33631f54b28bbcf7606dfd680084df463af833.tar.gz |
doc: Fix mention of default log location.
* doc/guix.texi (Invoking guix-daemon): Fix mention of default log location.
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 b0f4e1ad81..a4ffa8524b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -548,7 +548,7 @@ on the kernel version number. @item --lose-logs Do not keep build logs. By default they are kept under -@code{@var{localstatedir}/nix/log}. +@code{@var{localstatedir}/guix/log}. @item --system=@var{system} Assume @var{system} as the current system type. By default it is the |