Give a better help message.

Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
This commit is contained in:
Edu4rdSHL 2021-05-10 10:50:08 -05:00
parent 33f527bbc6
commit 24683bde6d
No known key found for this signature in database
GPG key ID: 3A574A4009F553E5

View file

@ -42,7 +42,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
.short("d")
.long("domain")
.takes_value(true)
.help("Target domain."),
.help("Target domain. When it's specified, a wordlist can be used from stdin for bruteforcing."),
)
.arg(
Arg::with_name("retries")