mirror of
https://github.com/edu4rdshl/fhc.git
synced 2026-07-17 23:24:50 +00:00
Give a better help message.
Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
This commit is contained in:
parent
33f527bbc6
commit
24683bde6d
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||||
.short("d")
|
.short("d")
|
||||||
.long("domain")
|
.long("domain")
|
||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
.help("Target domain."),
|
.help("Target domain. When it's specified, a wordlist can be used from stdin for bruteforcing."),
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("retries")
|
Arg::with_name("retries")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue