diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-10-31 22:29:08 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-11-01 14:26:54 +0100 |
commit | 043f4698f0f1913ca29e73fcde1e66176fbaee33 (patch) | |
tree | 365c459a6d8611d9b0588aaa38a8e9603d098860 | |
parent | cbe95af7123fe4d384d36f4a55bfba7286a8de1b (diff) | |
download | guix-043f4698f0f1913ca29e73fcde1e66176fbaee33.tar guix-043f4698f0f1913ca29e73fcde1e66176fbaee33.tar.gz |
doc: Suggest diffing things with --no-dereference.
* doc/guix.texi (Invoking guix challenge): Add --no-dereference in
'diff' example.
-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 483d6e2608..b59b3b22e5 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4984,7 +4984,7 @@ these lines (@pxref{Invoking guix archive}): @example $ wget -q -O - http://hydra.gnu.org/nar/@dots{}-git-2.5.0 \ | guix archive -x /tmp/git -$ diff -ur /gnu/store/@dots{}-git.2.5.0 /tmp/git +$ diff -ur --no-dereference /gnu/store/@dots{}-git.2.5.0 /tmp/git @end example This command shows the difference between the files resulting from the |