commit: d99b6860d44ea074840f804dd788b9c3a801ee11 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Jan 18 13:48:07 2020 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sat Jan 18 13:48:07 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=d99b6860
man: add missing include file for q options Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> man/include/q.optdesc.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/man/include/q.optdesc.yaml b/man/include/q.optdesc.yaml new file mode 100644 index 0000000..cde6eed --- /dev/null +++ b/man/include/q.optdesc.yaml @@ -0,0 +1,14 @@ +overlays: | + Print available overlays (read from repos.conf). Use \fI-v\fR to + see the source (file) where the overlay was declared. +envvar: | + Print used environment variables and found values. Use \fI-v\fR to + see the source (file, environment) where the variable was declared. + Additional arguments are treated as variable names to print the + values for. If just one name is given, only the value is printed if + matched. When no arguments or more than one argument is given, the + variable name and the value is printed as a shell-style declaration. +masks: | + Print the masks from package.mask files found. Use \fI-v\fR to see + the source (file) where the mask was declared. Additional arguments + are treated as atom selectors which must match the masks.
