Move doc change to correct place

Signed-off-by: Ethan Arrowood <ethan.arrowood@gmail.com>
pull/4984/head
Ethan Arrowood 7 years ago
parent 5737dbbf9b
commit 1c67bd8149

@ -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 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 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 { type rollbackCmd struct {

@ -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 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 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'.
``` ```

Loading…
Cancel
Save