~ruther/guix-local

158eadefc8c6a9f7e7a447a01c58bbcf14074451 — Ludovic Courtès 8 years ago 39d1e96
doc: Fix typo in 'guix environment' example.

* doc/guix.texi (Invoking guix environment): Add missing @ in example.
1 files changed, 1 insertions(+), 1 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +1 -1
@@ 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}