Skip to content

Commit

Permalink
Update diff-tool-opts docs for correctness. (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
runewake2 committed Feb 19, 2021
1 parent 55065c2 commit 153c545
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions internal/docs/generated/pkgdocs/docs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions site/content/en/reference/pkg/diff/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ VERSION:
# Show changes using 'meld' commandline tool
kpt pkg diff @master --diff-tool meld
--diff-opts:
--diff-tool-opts:
Commandline options to use with the diffing tool.
Note that it overrides the KPT_EXTERNAL_DIFF_OPTS environment variable.
# Show changes using "diff" with recurive options
kpt pkg diff @master --diff-tool meld --diff-opts "-r"
kpt pkg diff @master --diff-tool meld --diff-tool-opts "-r"
```

#### Environment Variables
Expand Down

0 comments on commit 153c545

Please sign in to comment.