Skip to content

Commit

Permalink
change description
Browse files Browse the repository at this point in the history
  • Loading branch information
lc committed May 3, 2020
1 parent 535134b commit ec26470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func run(config *providers.Config, domains []string) {

func main() {
var domains []string
verbose := flag.Bool("v", false, "verbose mode")
verbose := flag.Bool("v", false, "enable verbose mode")
includeSubs := flag.Bool("subs", false, "include subdomains of target domain")
maxRetries := flag.Uint("retries", 5, "amount of retries for http client")
useProviders := flag.String("providers", "wayback,otx,commoncrawl", "providers to fetch urls for")
Expand Down

0 comments on commit ec26470

Please sign in to comment.