summaryrefslogtreecommitdiff
path: root/development.md
diff options
context:
space:
mode:
authorAlex Robinson <arob@google.com>2015-01-06 18:05:33 +0000
committerAlex Robinson <arob@google.com>2015-01-06 18:05:33 +0000
commitd45be03704bdc6a74ca4a43edbadace9cfd0c586 (patch)
tree6ff849bfdfc63766ebfd6d81cb34649ce88f8752 /development.md
parentc02a212f141e56d816f7c252dce911b52ac65d30 (diff)
Minor doc/comment fixes that came up while reading through some code.
Diffstat (limited to 'development.md')
-rw-r--r--development.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/development.md b/development.md
index 8cccbcd9..2b7476e8 100644
--- a/development.md
+++ b/development.md
@@ -161,6 +161,9 @@ go run e2e.go --build
# Create a fresh cluster. Deletes a cluster first, if it exists
go run e2e.go --up
+# Create a fresh cluster at a specific release version.
+go run e2e.go --up --version=0.7.0
+
# Test if a cluster is up.
go run e2e.go --isup