Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edu4rdSHL committed Nov 11, 2019
1 parent 3bf28a9 commit e6c7792
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "findomain"
version = "0.9.0-beta1"
version = "0.9.0-beta2"
authors = ["Eduard Tolosa <[email protected]>"]
edition = "2018"
description = "The fastest and cross-platform subdomain enumerator, don't waste your time."
Expand Down
12 changes: 9 additions & 3 deletions findomain.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
.TH FINDOMAIN "1" "November 2019" "findomain 0.9.0-beta1" "User Commands"
.TH FINDOMAIN "1" "November 2019" "findomain 0.9.0-beta2" "User Commands"
.SH NAME
findomain \- manual page for findomain 0.9.0-beta1
findomain \- manual page for findomain 0.9.0-beta2
.SH DESCRIPTION
findomain 0.9.0\-beta1
findomain 0.9.0\-beta2
Eduard Tolosa <[email protected]>
The fastest and cross\-platform subdomain enumerator, don't waste your time.
.SS "USAGE:"
Expand Down Expand Up @@ -68,8 +68,14 @@ Postgresql port.
\fB\-\-postgres\-user\fR <postgres\-user>
Postgresql username.
.TP
\fB\-\-resolver\fR <resolver>
Specify a resolver to use. [possible values: cloudflare, quad9]
.TP
\fB\-t\fR, \fB\-\-target\fR <target>
Target host.
.TP
\fB\-\-threads\fR <threads>
Number of threads to use to perform subdomains resolution.
.HP
\fB\-u\fR, \fB\-\-unique\-output\fR <unique\-output>
.IP
Expand Down
2 changes: 1 addition & 1 deletion src/cli.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: findomain
version: "0.9.0-beta1"
version: "0.9.0-beta2"
author: Eduard Tolosa <[email protected]>
settings:
- ArgRequiredElseHelp
Expand Down

0 comments on commit e6c7792

Please sign in to comment.