diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-04-16 10:19:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-16 10:19:59 -0700 |
| commit | b092b6a92e3593101ee1c68ddd1147b9040c384d (patch) | |
| tree | 07d667ebe81075a98f9c58a50f3f804bb56f010b | |
| parent | 6837315ec2251c5def8897ff999397355a3402ef (diff) | |
| parent | d9a474f886901d1c9ed3d889506b09e73115eec0 (diff) | |
Merge pull request #2039 from linyouchong/patch-1
Fix error in e2e-tests.md
| -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 |
