Skip to content

Commit

Permalink
SRVLOGIC-480: [CLI] Help text of gen-manifest has typo in --custom-ge…
Browse files Browse the repository at this point in the history
…nerated-manifests-dir parameter example
  • Loading branch information
domhanak authored Nov 29, 2024
1 parent 0120cb8 commit ab283c6
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 ab283c6

Please sign in to comment.