diff options
author | FuzzyRay <fuzzyray@gentoo.org> | 2010-12-27 16:18:23 -0600 |
---|---|---|
committer | FuzzyRay <fuzzyray@gentoo.org> | 2010-12-27 16:18:23 -0600 |
commit | d662e554ea268fd3fd613613a0feee0b3076103b (patch) | |
tree | 7ec2c224c44a41a51e5d11cb890351ca98474220 /man | |
parent | Add equery has information to the man page. (diff) | |
download | gentoolkit-d662e554ea268fd3fd613613a0feee0b3076103b.tar.gz gentoolkit-d662e554ea268fd3fd613613a0feee0b3076103b.tar.bz2 gentoolkit-d662e554ea268fd3fd613613a0feee0b3076103b.zip |
Inital man page for eshowkw listing all of the options.
Diffstat (limited to 'man')
-rw-r--r-- | man/eshowkw.1 | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/man/eshowkw.1 b/man/eshowkw.1 index 1b64656..29b49b8 100644 --- a/man/eshowkw.1 +++ b/man/eshowkw.1 @@ -2,3 +2,46 @@ .SH "NAME" .LP eshowkw \- Gentoo: Tool to package keywords +.SH "SYNOPSIS" +.B eshowkw +[OPTIONS] [\-\-] [package [package ...]] +.SH "DESCRIPTION" +Display keywords for specified package(s) or for package that is in the current working directory. + +.SH "OPTIONS" +.TP +.B package +The packages to check. (The default is to read ebuilds in the current directory) +.TP +.B \-h | \-\-help +Print usage. +.TP +.B \-v | \-\-version +Show version and exit. +.TP +.B \-a=ARCH[,ARCH ...] | \-\-arch=ARCH[,ARCH ...] +Display only specified architectures. +.TP +.B \-A {top,bottom} | \-\-align {top,bottom} +Specify alignment for descriptions. (default: bottom) +.TP +.B \-T {archlist,versionlist} | \-\-top\-position {archlist,versionlist} +Specify which fields we want to have in top listing. (default: archlist) +.TP +.B \-B | \-\-bold +Print out each other column in bold for easier visual separation. (default: False) +.TP +.B \-C | \-\-color +Force colored output (default: False) +.TP +.B \-O | \-\-overlays +Search overlays (default: False) +.TP +.B \-P | \-\-prefix +Display prefix keywords in output. (default: False) +.TP +.B \-S | \-\-ignore\-slot +Treat slots as irelevant during detection of redundant packages. (default: False) +.SH "BUGS" +.LP +Report bugs to <http://bugs.gentoo.org>. |