Fix a typo in kubectl/diff cmd long description.

This commit is contained in:
Zhenguo Niu 2017-12-01 14:31:12 +08:00
parent c933067cd3
commit 2522b3601b

View File

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