summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--simple-rolling-update.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/simple-rolling-update.md b/simple-rolling-update.md
index 2d2bd826..c5667b44 100644
--- a/simple-rolling-update.md
+++ b/simple-rolling-update.md
@@ -38,7 +38,7 @@ it is assumed that the rollout is nearly completed, and ```foo-next``` is rename
### Aborting a rollout
Abort is assumed to want to reverse a rollout in progress.
-```kubectl rolling-update rc foo [foo-v2] --abort```
+```kubectl rolling-update rc foo [foo-v2] --rollback```
This is really just semantic sugar for: