Merge pull request #4411 from koba1t/fix_run-fns_command_help_message_typo

fix deprecated help message to `kustomize fn run --help`
This commit is contained in:
Kubernetes Prow Robot
2022-01-21 10:59:20 -08:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
## run
[Alpha] Reoncile config functions to Resources.
[Alpha] Reconcile config functions to Resources.
### Synopsis
@@ -46,7 +46,7 @@ order they appear in the file).
would then write the container stdout back to example/, replacing the directory
file contents.
See `kustomize help cfg docs-fn` for more details on writing functions.
See `kustomize docs-fn` for more details on writing functions.
### Examples