Skip to content

Commit

Permalink
Merge pull request #70 from alins1r/patch-1
Browse files Browse the repository at this point in the history
edit a little mistake in the usage
  • Loading branch information
lc authored Mar 26, 2022
2 parents 2789498 + 353de96 commit d102582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $ gau -h
|`--mc`| list of status codes to match | gau --mc 200,500 |
|`--mt`| list of mime-types to match |gau --mt text/html,application/json|
|`--o`| filename to write results to | gau --o out.txt |
|`--providers`| list of providers to use (gau,commoncrawl,otx,urlscan) | gau --providers wayback|
|`--providers`| list of providers to use (wayback,commoncrawl,otx,urlscan) | gau --providers wayback|
|`--proxy`| http proxy to use (socks5:// or http:// | gau --proxy http://proxy.example.com:8080 |
|`--retries`| retries for HTTP client | gau --retries 10 |
|`--subs`| include subdomains of target domain | gau example.com --subs |
Expand Down

0 comments on commit d102582

Please sign in to comment.