mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
doc: Suggest diffing things with --no-dereference.
* doc/guix.texi (Invoking guix challenge): Add --no-dereference in 'diff' example.
This commit is contained in:
parent
cbe95af712
commit
043f4698f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue