aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-01-10 22:02:59 +0100
committerLudovic Courtès <ludo@gnu.org>2018-01-11 00:00:03 +0100
commit158eadefc8c6a9f7e7a447a01c58bbcf14074451 (patch)
tree92f65b0e0310593653908be0cdd07d33a6b6d60f /doc
parent39d1e9654c102339f3d99b0e52a49639182f972b (diff)
downloadguix-158eadefc8c6a9f7e7a447a01c58bbcf14074451.tar
guix-158eadefc8c6a9f7e7a447a01c58bbcf14074451.tar.gz
doc: Fix typo in 'guix environment' example.
* doc/guix.texi (Invoking guix environment): Add missing @ in example.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index e9ee5127a8..edc4bf3283 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -7069,7 +7069,7 @@ The above commands only use the default output of the given packages.
To select other outputs, two element tuples can be specified:
@example
-guix environment --ad-hoc -e '(list (@ (gnu packages bash) bash) "include")'
+guix environment --ad-hoc -e '(list (@@ (gnu packages bash) bash) "include")'
@end example
@item --load=@var{file}