Skip to content

Commit 4136cf8

Browse files
dominikhgopherbot
authored andcommitted
_content/security/fuzz: tweak example for running file2fuzz
When running file2fuzz without any arguments it will read from stdin. This might confuse users who copy the commands from the example, expecting something to happen. Suggest running it with -h instead. Change-Id: I50cc776af66af5126fb283dee228df644c6e340d Reviewed-on: https://go-review.googlesource.com/c/website/+/401954 Reviewed-by: Daniel Martí <[email protected]> Reviewed-by: Julie Qiu <[email protected]> Auto-Submit: Dominik Honnef <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Dominik Honnef <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 01ef405 commit 4136cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_content/security/fuzz/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ To use this tool:
245245

246246
```
247247
$ go install golang.org/x/tools/cmd/file2fuzz@latest
248-
$ file2fuzz
248+
$ file2fuzz -h
249249
```
250250

251251
## Resources

0 commit comments

Comments
 (0)