diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-11-20 10:02:01 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-11-22 15:07:58 +0100 |
commit | d76df98fa59166c0c9f71ca41d664857d93e136d (patch) | |
tree | f597a66a066b89d1fc0d1345e8c05ba79224bc14 /doc | |
parent | c0e9d470e1eb3eba0d2c2da3c6ffdd5665c4638b (diff) | |
download | patches-d76df98fa59166c0c9f71ca41d664857d93e136d.tar patches-d76df98fa59166c0c9f71ca41d664857d93e136d.tar.gz |
environment: Document that '--manifest' can be repeated.
* tests/guix-environment.sh: Test 'guix environment' with two '-m' options.
* doc/guix.texi (Invoking guix environment): Explain that '-m' can be
passed multiple times.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 1fec43a228..0dc49c3cda 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4802,7 +4802,8 @@ As an example, @var{file} might contain a definition like this @item --manifest=@var{file} @itemx -m @var{file} Create an environment for the packages contained in the manifest object -returned by the Scheme code in @var{file}. +returned by the Scheme code in @var{file}. This option can be repeated +several times, in which case the manifests are concatenated. This is similar to the same-named option in @command{guix package} (@pxref{profile-manifest, @option{--manifest}}) and uses the same |