Add man page for imlate
authorfuzzyray <fuzzyray@gentoo.org>
Wed, 6 May 2009 18:50:42 +0000 (18:50 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Wed, 6 May 2009 18:50:42 +0000 (18:50 -0000)
svn path=/trunk/gentoolkit-dev/; revision=607

src/imlate/Makefile
src/imlate/imlate.1 [new file with mode: 0644]

index 8129ba1d9bcdf16440e83c2ca7e0db15e8b1f70e..7af84ce162fc6a5890b6f3e6484e23ff2756745f 100644 (file)
@@ -14,4 +14,5 @@ dist:
 
 install: all
        install -m 0755 imlate $(bindir)/
+       nstall -m 0644 imlate.1 $(mandir)/
 
diff --git a/src/imlate/imlate.1 b/src/imlate/imlate.1
new file mode 100644 (file)
index 0000000..9e828ae
--- /dev/null
@@ -0,0 +1,42 @@
+.TH "imlate" "1" "0.0.3" "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 \-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 \-e, \-\-experimental
+enables experimental functions/features (have a look for # EXPERIMENTAL comments in the source) [default: False]
+.TP 
+.B \-C CATEGORIES, \-\-category=CATEGORIES, \-\-categories=CATEGORIES
+just check in the specified category/categories (comma seperated) [default: none]
+.SH "AUTHORS"
+.LP 
+Christian Ruppert <idl0r@gentoo.org>
+.SH "BUGS"
+Please report any bugs to http://bugs.gentoo.org