diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2021-11-14 19:31:50 +0100 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2021-11-14 20:08:34 +0100 |
commit | f2d345a7b6add35d6cc0e45f0f0b1d96d9474de0 (patch) | |
tree | 4731e2d032c48afc268a911c147d9705d6157602 /doc | |
parent | 83289ca25505274f0ea9438f55bebeddfb0e1423 (diff) | |
download | guix-f2d345a7b6add35d6cc0e45f0f0b1d96d9474de0.tar.gz |
doc: Fix guix shell -C example.
The meaning changed by accident when guix environment was replaced by guix shell in 80edb7df6586464aa40e84e103f0045452de95db. * doc/guix.texi (Debugging Build Failures): Add missing -D option.
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 7e54b5f75e..a5f38e166b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -11464,7 +11464,7 @@ a container similar to the one the build daemon creates: $ guix build -K foo @dots{} $ 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]# cd foo-1.2 @end example |