Bump version.

This commit is contained in:
Eduard Tolosa 2020-10-03 16:24:03 -05:00
parent 7559837f8d
commit 52d8831e05

55
fhc.1 Normal file
View file

@ -0,0 +1,55 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
.TH FHC "1" "October 2020" "Fhc 0.1.0" "User Commands"
.SH NAME
Fhc \- manual page for Fhc 0.1.0
.SH DESCRIPTION
Fhc 0.1.0
Eduard Tolosa <edu4rdshl@protonmail.com>
Fast HTTP Checker.
.SS "USAGE:"
.IP
fhc [FLAGS] [OPTIONS]
.SS "FLAGS:"
.TP
\fB\-1\fR, \fB\-\-1xx\fR
Show URLs with 100\-199 response codes only.
.TP
\fB\-2\fR, \fB\-\-2xx\fR
Show URLs with 200\-299 response codes only.
.TP
\fB\-3\fR, \fB\-\-3xx\fR
Show URLs with 300\-399 response codes only.
.TP
\fB\-4\fR, \fB\-\-4xx\fR
Show URLs with 400\-499 response codes only.
.TP
\fB\-5\fR, \fB\-\-5xx\fR
Show URLs with 500\-599 response codes only.
.TP
\fB\-h\fR, \fB\-\-help\fR
Prints help information
.TP
\fB\-V\fR, \fB\-\-version\fR
Prints version information
.SS "OPTIONS:"
.TP
\fB\-t\fR, \fB\-\-threads\fR <threads>
Number of threads. Default: 100
.TP
\fB\-\-timeout\fR <timeout>
Timeout in seconds. Default: 2
.TP
\fB\-u\fR, \fB\-\-user\-agent\fR <user\-agent>
User agent string.
.SH "SEE ALSO"
The full documentation for
.B Fhc
is maintained as a Texinfo manual. If the
.B info
and
.B Fhc
programs are properly installed at your site, the command
.IP
.B info Fhc
.PP
should give you access to the complete manual.