Skip to content

Commit

Permalink
[kn-plugin-workflow] NO_ISSUE: Fix typo in gen_manifest help text (#2832
Browse files Browse the repository at this point in the history
)
  • Loading branch information
domhanak authored Jan 7, 2025
1 parent 88ce385 commit 48aa133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kn-plugin-workflow/pkg/command/gen_manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -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=<full_directory_path>
{{.Name}} gen-manifest --custom-generated-manifests-dir=<full_directory_path>
# Specify a custom subflows files directory. (default: ./subflows)
{{.Name}} gen-manifest --subflows-dir=<full_directory_path>
Expand Down

0 comments on commit 48aa133

Please sign in to comment.