Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: man/include/
Date: Sun, 19 Jan 2020 09:49:48
Message-Id: 1579355287.d99b6860d44ea074840f804dd788b9c3a801ee11.grobian@gentoo
1 commit: d99b6860d44ea074840f804dd788b9c3a801ee11
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 18 13:48:07 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 18 13:48:07 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=d99b6860
7
8 man: add missing include file for q options
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 man/include/q.optdesc.yaml | 14 ++++++++++++++
13 1 file changed, 14 insertions(+)
14
15 diff --git a/man/include/q.optdesc.yaml b/man/include/q.optdesc.yaml
16 new file mode 100644
17 index 0000000..cde6eed
18 --- /dev/null
19 +++ b/man/include/q.optdesc.yaml
20 @@ -0,0 +1,14 @@
21 +overlays: |
22 + Print available overlays (read from repos.conf). Use \fI-v\fR to
23 + see the source (file) where the overlay was declared.
24 +envvar: |
25 + Print used environment variables and found values. Use \fI-v\fR to
26 + see the source (file, environment) where the variable was declared.
27 + Additional arguments are treated as variable names to print the
28 + values for. If just one name is given, only the value is printed if
29 + matched. When no arguments or more than one argument is given, the
30 + variable name and the value is printed as a shell-style declaration.
31 +masks: |
32 + Print the masks from package.mask files found. Use \fI-v\fR to see
33 + the source (file) where the mask was declared. Additional arguments
34 + are treated as atom selectors which must match the masks.