From 7af5ce56bdf519a231e2d85a865577a014ef6c7c Mon Sep 17 00:00:00 2001 From: koba1t Date: Fri, 21 Jan 2022 08:39:59 +0900 Subject: [PATCH] fix deprecated command on run-fns help docs --- cmd/config/docs/commands/run-fns.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/config/docs/commands/run-fns.md b/cmd/config/docs/commands/run-fns.md index 9b424fee4..5bd3fb6a4 100644 --- a/cmd/config/docs/commands/run-fns.md +++ b/cmd/config/docs/commands/run-fns.md @@ -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