From 48aa13382de3b7049bba14dd86eae941415ed5e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Han=C3=A1k?= Date: Tue, 7 Jan 2025 10:49:07 +0100 Subject: [PATCH] [kn-plugin-workflow] NO_ISSUE: Fix typo in gen_manifest help text (#2832) --- packages/kn-plugin-workflow/pkg/command/gen_manifest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kn-plugin-workflow/pkg/command/gen_manifest.go b/packages/kn-plugin-workflow/pkg/command/gen_manifest.go index 53e996f059e..b7dc0b6a7c5 100644 --- a/packages/kn-plugin-workflow/pkg/command/gen_manifest.go +++ b/packages/kn-plugin-workflow/pkg/command/gen_manifest.go @@ -52,7 +52,7 @@ func NewGenManifest() *cobra.Command { {{.Name}} gen-manifest --skip-namespace # Persist the generated Operator manifests on a specific custom path - {{.Name}} gen-manifest --custom-generated-manifest-dir= + {{.Name}} gen-manifest --custom-generated-manifests-dir= # Specify a custom subflows files directory. (default: ./subflows) {{.Name}} gen-manifest --subflows-dir=