doc: Fix typo in 'guix environment' example.

* doc/guix.texi (Invoking guix environment): Add missing @ in example.
master
Ludovic Courtès 2018-01-10 22:02:59 +01:00
parent 39d1e9654c
commit 158eadefc8
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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}