diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2017-01-21 18:13:59 -0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-01-23 11:01:18 +0100 |
commit | fa445d6499f225a4e1c7f575da4f571eb5b7acca (patch) | |
tree | bc0469a6cedb953a642829bbd4c8565ca4a5a5d4 /doc | |
parent | 174b091fb744fe7aa83744a50629f7fc9e9110e4 (diff) | |
download | patches-fa445d6499f225a4e1c7f575da4f571eb5b7acca.tar patches-fa445d6499f225a4e1c7f575da4f571eb5b7acca.tar.gz |
doc: Fix a typo in guix.texi.
* doc/guix.texi (Invoking guix environment): s/the use/use the/
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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 18ab662823..4dc65ee45d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -6089,7 +6089,7 @@ guix environment --ad-hoc -e '(@@ (gnu) %base-packages)' starts a shell with all the GuixSD base packages available. -The above commands only the use default output of the given packages. +The above commands only use the default output of the given packages. To select other outputs, two element tuples can be specified: @example |