Skip to content

Commit

Permalink
Merge pull request kubernetes#2039 from linyouchong/patch-1
Browse files Browse the repository at this point in the history
Fix error in e2e-tests.md
  • Loading branch information
k8s-ci-robot authored Apr 16, 2018
2 parents 6837315 + d9a474f commit b092b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributors/devel/e2e-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b092b6a

Please sign in to comment.