diff options
author | Fabian Groffen <grobian@gentoo.org> | 2022-12-15 10:35:57 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2022-12-15 10:35:57 +0100 |
commit | 05e24fdd5fda7fdee37c7f48d398e15f3ba56514 (patch) | |
tree | d640e3b8d1bf2c6e308958722b7898717e06f53b /man | |
parent | qkeyword: gracefully handle case with no found arches (diff) | |
download | portage-utils-05e24fdd5fda7fdee37c7f48d398e15f3ba56514.tar.gz portage-utils-05e24fdd5fda7fdee37c7f48d398e15f3ba56514.tar.bz2 portage-utils-05e24fdd5fda7fdee37c7f48d398e15f3ba56514.zip |
qkeyword: add -A option to show the current arch
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/qkeyword.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/man/qkeyword.1 b/man/qkeyword.1 index 2c7eaf58..476a6fab 100644 --- a/man/qkeyword.1 +++ b/man/qkeyword.1 @@ -1,5 +1,5 @@ .\" generated by mkman.py, please do NOT edit! -.TH qkeyword "1" "Feb 2021" "Gentoo Foundation" "qkeyword" +.TH qkeyword "1" "Dec 2022" "Gentoo Foundation" "qkeyword" .SH NAME qkeyword \- list packages based on keywords .SH SYNOPSIS @@ -37,6 +37,9 @@ match catname. \fB\-m\fR \fI<arg>\fR, \fB\-\-matchmaint\fR \fI<arg>\fR match maintainer email from metadata.xml (slow). .TP +\fB\-A\fR, \fB\-\-showarch\fR +show selected arch from profile configuration. +.TP \fB\-i\fR, \fB\-\-imlate\fR list packages that can be marked stable for <arch>. .TP @@ -76,6 +79,9 @@ Tighter output; suppress warnings. \fB\-C\fR, \fB\-\-nocolor\fR Don't output color. .TP +\fB\-\-color\fR +Force color in output. +.TP \fB\-h\fR, \fB\-\-help\fR Print this help and exit. .TP |