diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2017-03-22 05:30:18 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2017-03-22 05:49:59 -0700 |
commit | 5652d384516cf7ecaaa0400601619ab2dfe1b7b1 (patch) | |
tree | 2efa27247d7c73062186433f0a0ee45d543bfe48 /man | |
parent | ekeyword: Initial updates for gentoolkit eco-system (diff) | |
download | gentoolkit-5652d384516cf7ecaaa0400601619ab2dfe1b7b1.tar.gz gentoolkit-5652d384516cf7ecaaa0400601619ab2dfe1b7b1.tar.bz2 gentoolkit-5652d384516cf7ecaaa0400601619ab2dfe1b7b1.zip |
imlate: Initial updates for the gentoolkit eco-system
Diffstat (limited to 'man')
-rw-r--r-- | man/imlate.1 | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/man/imlate.1 b/man/imlate.1 new file mode 100644 index 0000000..b9163a4 --- /dev/null +++ b/man/imlate.1 @@ -0,0 +1,48 @@ +.TH "imlate" "1" "1.0.0" "Christian Ruppert" "gentoolkit-dev" +.SH "NAME" +.LP +imlate \- Displays candidates for keywords for an architecture based upon a target architecture. +.SH "SYNTAX" +.LP +imlate [options] + + +.SH "OPTIONS" +.TP +.B \-\-version +show program's version number and exit +.TP +.B \-h, \-\-help +show this help message and exit +.TP +.B \-f FILE, \-\-file=FILE +write result into FILE [default: stdout] +.TP +.B \-m ARCH, \-\-main=ARCH +set main ARCH (e.g. your arch) [default: amd64] +.TP +.B \-t ARCH, \-\-target=ARCH +set target ARCH (e.g. x86) [default: x86] +.TP +.B \-\-mtime=MTIME +set minimum MTIME in days [default: 30] +.TP +.B \-s, \-\-stable +just show stable candidates (e.g. \-s and \-k is the default result) [default: True] +.TP +.B \-k, \-\-keyword +just show keyword candidates (e.g. \-s and \-k is the default result) [default: True] +.TP +.B \-M MAINTAINER, \-\-maintainer=MAINTAINER +Show only packages from the specified maintainer +.TP +.B \-H HERD, \-\-herd=HERD +Show only packages from the specified herd +.TP +.B \-C CATEGORIES, \-\-category=CATEGORIES, \-\-categories=CATEGORIES +just check in the specified category/categories (comma separated) [default: none] +.SH "AUTHORS" +.LP +Christian Ruppert <idl0r@gentoo.org> +.SH "BUGS" +Please report any bugs to http://bugs.gentoo.org |