Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ This command compares the manifests details of a named release.

It can be used to compare the manifests of

- lastest REVISION with specified REVISION
- latest REVISION with specified REVISION
$ helm diff revision [flags] RELEASE REVISION1
Example:
$ helm diff revision my-release 2
Expand Down
2 changes: 1 addition & 1 deletion cmd/revision.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This command compares the manifests details of a named release.

It can be used to compare the manifests of

- lastest REVISION with specified REVISION
- latest REVISION with specified REVISION
$ helm diff revision [flags] RELEASE REVISION1
Example:
$ helm diff revision my-release 2
Expand Down