doc: Fix guix shell -C example.
The meaning changed by accident when guix environment was replaced
by guix shell in 80edb7df65
.
* doc/guix.texi (Debugging Build Failures): Add missing -D option.
master
parent
83289ca255
commit
f2d345a7b6
|
@ -11464,7 +11464,7 @@ a container similar to the one the build daemon creates:
|
||||||
$ guix build -K foo
|
$ guix build -K foo
|
||||||
@dots{}
|
@dots{}
|
||||||
$ cd /tmp/guix-build-foo.drv-0
|
$ cd /tmp/guix-build-foo.drv-0
|
||||||
$ guix shell --no-grafts -C foo strace gdb
|
$ guix shell --no-grafts -C -D foo strace gdb
|
||||||
[env]# source ./environment-variables
|
[env]# source ./environment-variables
|
||||||
[env]# cd foo-1.2
|
[env]# cd foo-1.2
|
||||||
@end example
|
@end example
|
||||||
|
|
Reference in New Issue