commit: 9c677b5b889d15653b20cb0c67af96dbb732b621 Author: Oskari Pirhonen <xxc3ncoredxx <AT> gmail <DOT> com> AuthorDate: Fri Jun 10 04:48:16 2022 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Sat Jul 9 02:40:24 2022 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=9c677b5b
Add -f/--forced-masked to equery(1) Signed-off-by: Oskari Pirhonen <xxc3ncoredxx <AT> gmail.com> Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org> man/equery.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man/equery.1 b/man/equery.1 index 13ee7cc..83aba0d 100644 --- a/man/equery.1 +++ b/man/equery.1 @@ -543,6 +543,10 @@ Display USE flag statuses and descriptions for a given \fRPKG\fP. .br Display all package versions. Without this option, \fBequery\fP will choose the best available version. .HP +.B \-f, \-\-forced\-masked +.br +Show the forced and masked USE flags +.HP .B \-i, \-\-ignore\-linguas .br Do not show the linguas USE flags
