diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-03-13 21:30:48 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-03-13 21:30:48 +0100 |
commit | 7dc2cc4bfaf2bbb943c45bc8171843a523cea7e5 (patch) | |
tree | 55b643a8b3ea8105d2aadb53d71d5b2f8a7cfb9c /man | |
parent | main: add line and comment section numbers for masks/envvars (diff) | |
download | portage-utils-7dc2cc4bfaf2bbb943c45bc8171843a523cea7e5.tar.gz portage-utils-7dc2cc4bfaf2bbb943c45bc8171843a523cea7e5.tar.bz2 portage-utils-7dc2cc4bfaf2bbb943c45bc8171843a523cea7e5.zip |
q: show masking reason from comments when using -vv with -m
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/include/q.optdesc.yaml | 5 | ||||
-rw-r--r-- | man/q.1 | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/man/include/q.optdesc.yaml b/man/include/q.optdesc.yaml index cde6eed2..468ffa9d 100644 --- a/man/include/q.optdesc.yaml +++ b/man/include/q.optdesc.yaml @@ -10,5 +10,6 @@ envvar: | 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. + the source (file) where the mask was declared. Use multiple + \fI-v\fR to print the comment right before the mask. Additional + arguments are treated as atom selectors which must match the masks. @@ -1,5 +1,5 @@ .\" generated by mkman.py, please do NOT edit! -.TH q "1" "Feb 2021" "Gentoo Foundation" "q" +.TH q "1" "Mar 2021" "Gentoo Foundation" "q" .SH NAME q \- invoke a portage utility applet .SH SYNOPSIS @@ -35,8 +35,9 @@ variable name and the value is printed as a shell-style declaration. .TP \fB\-m\fR, \fB\-\-masks\fR 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. +the source (file) where the mask was declared. Use multiple +\fI-v\fR to print the comment right before the mask. Additional +arguments are treated as atom selectors which must match the masks. .TP \fB\-\-root\fR \fI<arg>\fR Set the ROOT env var. |