From 043f4698f0f1913ca29e73fcde1e66176fbaee33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 31 Oct 2015 22:29:08 +0100 Subject: [PATCH] doc: Suggest diffing things with --no-dereference. * doc/guix.texi (Invoking guix challenge): Add --no-dereference in 'diff' example. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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