diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-03-12 18:30:05 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-03-12 18:32:16 +0100 |
commit | 2843fed0e973145f01fb2004c99aca8e8837b332 (patch) | |
tree | 557ce76dee262145406599d58148b03763f54bcc /doc | |
parent | 71bb485541328cdce214ada44be998570571bf36 (diff) | |
download | patches-2843fed0e973145f01fb2004c99aca8e8837b332.tar patches-2843fed0e973145f01fb2004c99aca8e8837b332.tar.gz |
weather: Allow for multiple '--manifest' options.
* guix/scripts/weather.scm (guix-weather)[package-list]: Account for all
the 'manifest entries in OPTS.
* doc/guix.texi (Invoking guix weather): Document it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index ca21857a31..9a5b5f7fbe 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -10830,6 +10830,9 @@ specified in @var{file}. @var{file} must contain a @dfn{manifest}, as with the @code{-m} option of @command{guix package} (@pxref{Invoking guix package}). +This option can be repeated several times, in which case the manifests +are concatenated. + @item --coverage[=@var{count}] @itemx -c [@var{count}] Report on substitute coverage for packages: list packages with at least |