Skip to content

Commit

Permalink
remove comment, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lc committed Sep 3, 2020
1 parent 91e0ed3 commit 5156f42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ Examples:
$ printf example.com | gau
$ cat domains.txt | gau
$ gau example.com
$ gau -o example-urls.txt example.com
```

To display the help for the tool use the `-h` flag:

```bash
$ gau example.com -h
$ gau -h
```

| Flag | Description | Example |
Expand Down
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ func run(config *providers.Config, domains []string) {
defer ofp.Close()
out = ofp
}
//wwg := sync.WaitGroup{}
//wwg.Add(1)

if config.JSON {
go output.WriteURLsJSON(results, out)
} else {
Expand Down

0 comments on commit 5156f42

Please sign in to comment.