diff options
| author | linyouchong <linyouchong@gmail.com> | 2018-04-12 14:57:25 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-12 14:57:25 +0800 |
| commit | d9a474f886901d1c9ed3d889506b09e73115eec0 (patch) | |
| tree | 287cb306a0806d3e70f693bb8bb5655e929d36f3 | |
| parent | 459e90ef59cdf5e0e61faa4c543dcf7fd3976c52 (diff) | |
Update error in e2e-tests.md
`go run hack/e2e.go --help` should be `go run hack/e2e.go -- --help`
| -rw-r--r-- | contributors/devel/e2e-tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/e2e-tests.md b/contributors/devel/e2e-tests.md index 20d76d33..bd20ee4e 100644 --- a/contributors/devel/e2e-tests.md +++ b/contributors/devel/e2e-tests.md @@ -127,7 +127,7 @@ go run hack/e2e.go -- -ctl='delete pod foobar' The tests are built into a single binary which can be used to deploy a Kubernetes system or run tests against an already-deployed Kubernetes system. -See `go run hack/e2e.go --help` (or the flag definitions in `hack/e2e.go`) for +See `go run hack/e2e.go -- --help` (or the flag definitions in `hack/e2e.go`) for more options, such as reusing an existing cluster. ### Cleaning up |
