Skip to content

Commit 38c8ea9

Browse files
docs: improve help wording (#567)
1 parent ca9cf52 commit 38c8ea9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cmd/root.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ The Helm Diff Plugin
1616
* Shows a diff explaining what a helm upgrade would change:
1717
This fetches the currently deployed version of a release
1818
and compares it to a local chart plus values. This can be
19-
used visualize what changes a helm upgrade will perform.
19+
used to visualize what changes a helm upgrade will perform.
2020
2121
* Shows a diff explaining what had changed between two revisions:
2222
This fetches previously deployed versions of a release
23-
and compares them. This can be used visualize what changes
23+
and compares them. This can be used to visualize what changes
2424
were made during revision change.
2525
2626
* Shows a diff explaining what a helm rollback would change:
2727
This fetches the currently deployed version of a release
2828
and compares it to the previously deployed version of the release, that you
29-
want to rollback. This can be used visualize what changes a
29+
want to rollback. This can be used to visualize what changes a
3030
helm rollback will perform.
3131
`
3232

cmd/upgrade.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const globalUsage = `Show a diff explaining what a helm upgrade would change.
109109
110110
This fetches the currently deployed version of a release
111111
and compares it to a chart plus values.
112-
This can be used visualize what changes a helm upgrade will
112+
This can be used to visualize what changes a helm upgrade will
113113
perform.
114114
`
115115

0 commit comments

Comments
 (0)