From 7dc2cc4bfaf2bbb943c45bc8171843a523cea7e5 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sat, 13 Mar 2021 21:30:48 +0100 Subject: q: show masking reason from comments when using -vv with -m Signed-off-by: Fabian Groffen --- man/include/q.optdesc.yaml | 5 +++-- man/q.1 | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'man') diff --git a/man/include/q.optdesc.yaml b/man/include/q.optdesc.yaml index cde6eed..468ffa9 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. diff --git a/man/q.1 b/man/q.1 index 2979cab..f43be6f 100644 --- a/man/q.1 +++ b/man/q.1 @@ -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\fR Set the ROOT env var. -- cgit v1.2.3-65-gdbad