Unverified Commit 6541b1ae authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #56673 from niuzhenguo/fix-diff-cmd-typo

Automatic merge from submit-queue (batch tested with PRs 56639, 56746, 56715, 56673, 56726). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Fix a typo in kubectl/diff cmd long description. **What this PR does / why we need it**: Correct a typo in kubelet alpha diff cmd long description. **Release note**: ```release-note NONE ```
parents 51371b19 2522b360
...@@ -44,7 +44,7 @@ var ( ...@@ -44,7 +44,7 @@ var (
Diff configurations specified by filename or stdin between their local, Diff configurations specified by filename or stdin between their local,
last-applied, live and/or "merged" versions. last-applied, live and/or "merged" versions.
LOCAL and LIVE versions are diffed by default. Other availble keywords LOCAL and LIVE versions are diffed by default. Other available keywords
are MERGED and LAST. are MERGED and LAST.
Output is always YAML. Output is always YAML.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment