diff options
| -rw-r--r-- | tools/syz-reprolist/reprolist.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syz-reprolist/reprolist.go b/tools/syz-reprolist/reprolist.go index 6970b2da3..211929070 100644 --- a/tools/syz-reprolist/reprolist.go +++ b/tools/syz-reprolist/reprolist.go @@ -36,7 +36,7 @@ var ( flagOS = flag.String("os", runtime.GOOS, "target OS") flagNamespace = flag.String("namespace", "", "target namespace") flagToken = flag.String("token", "", "gcp bearer token to disable throttling (contact syzbot first)\n"+ - "usage example: ./tools/syz-reprolist -namespace upstream -token $(gcloud auth pring-access-token)") + "usage example: ./tools/syz-reprolist -namespace upstream -token $(gcloud auth print-access-token)") flagParallel = flag.Int("j", 2, "number of parallel threads") ) |
