diff options
author | 2011-08-31 15:38:32 +0200 | |
---|---|---|
committer | 2011-08-31 15:38:32 +0200 | |
commit | 752fb04425831cb9430b0924c74c29bad43130b0 (patch) | |
tree | 4454de99b62028396314a46fbcb057c321eb6945 /man | |
parent | euscan: better blacklists (diff) | |
download | euscan-752fb04425831cb9430b0924c74c29bad43130b0.tar.gz euscan-752fb04425831cb9430b0924c74c29bad43130b0.tar.bz2 euscan-752fb04425831cb9430b0924c74c29bad43130b0.zip |
euscan: shake the code
- add custom site handlers
- use a custom user agent
- fix some bugs in management commands
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Diffstat (limited to 'man')
-rw-r--r-- | man/euscan.1 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/man/euscan.1 b/man/euscan.1 new file mode 100644 index 0000000..5ea3602 --- /dev/null +++ b/man/euscan.1 @@ -0,0 +1,31 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUSCAN "1" "April 2011" "euscan (git) - A tool to detect new upstream releases." "User Commands" +.SH NAME +euscan \- manual page for euscan (git) - A tool to detect new upstream releases. +.SH DESCRIPTION +.SS "Usage:" +.IP +euscan [options] <package> +euscan [\-\-help, \fB\-\-version]\fR +.SS "Available options:" +.HP +\fB\-C\fR, \fB\-\-nocolor\fR \- turn off colors on output +.HP +\fB\-q\fR, \fB\-\-quiet\fR \- be as quiet as possible +.HP +\fB\-h\fR, \fB\-\-help\fR \- display the help screen +.HP +\fB\-V\fR, \fB\-\-version\fR \- display version info +.HP +\fB\-1\fR, \fB\-\-oneshot\fR \- stop as soon as a new version is found +.TP +\fB\-b\fR, \fB\-\-brute\-force=\fR<level> \- define the brute force <level> (default: 2) +bigger levels will generate more versions numbers +0 means disabled +.TP +package +\- the package (or ebuild) you want to scan +.PP +Author: Corentin Chary (iksaif) <corentin.chary@gmail.com> +Copyright 2011 Gentoo Foundation +Distributed under the terms of the GNU General Public License v2 |