From 1c67bd81492384a26c4b25bb79f88e0389808c98 Mon Sep 17 00:00:00 2001 From: Ethan Arrowood Date: Wed, 5 Dec 2018 17:22:33 -0800 Subject: [PATCH] Move doc change to correct place Signed-off-by: Ethan Arrowood --- cmd/helm/rollback.go | 3 ++- docs/helm/helm_rollback.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cmd/helm/rollback.go b/cmd/helm/rollback.go index 0c46fa818..78d79659d 100644 --- a/cmd/helm/rollback.go +++ b/cmd/helm/rollback.go @@ -31,7 +31,8 @@ This command rolls back a release to a previous revision. The first argument of the rollback command is the name of a release, and the second is a revision (version) number. To see revision numbers, run -'helm history RELEASE'. +'helm history RELEASE'. If you'd like to rollback to the previous release use +'helm rollback [RELEASE] 0'. ` type rollbackCmd struct { diff --git a/docs/helm/helm_rollback.md b/docs/helm/helm_rollback.md index 4009702e3..5862b180a 100644 --- a/docs/helm/helm_rollback.md +++ b/docs/helm/helm_rollback.md @@ -9,7 +9,7 @@ This command rolls back a release to a previous revision. The first argument of the rollback command is the name of a release, and the second is a revision (version) number. To see revision numbers, run -'helm history RELEASE'. If you'd like to rollback to the previous release use `helm rollback [RELEASE] 0`. +'helm history RELEASE'. ```