aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2020-01-18 14:48:07 +0100
committerFabian Groffen <grobian@gentoo.org>2020-01-18 14:48:07 +0100
commitd99b6860d44ea074840f804dd788b9c3a801ee11 (patch)
treed090b9102a1b6cb8dc9ad8aba045a053788a3b11 /man
parentmain: avoid matching commented out lines in ini-files (diff)
downloadportage-utils-d99b6860d44ea074840f804dd788b9c3a801ee11.tar.gz
portage-utils-d99b6860d44ea074840f804dd788b9c3a801ee11.tar.bz2
portage-utils-d99b6860d44ea074840f804dd788b9c3a801ee11.zip
man: add missing include file for q options
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r--man/include/q.optdesc.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/man/include/q.optdesc.yaml b/man/include/q.optdesc.yaml
new file mode 100644
index 00000000..cde6eed2
--- /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.