lib/bolt/bolt_option_parser.rb in bolt-2.25.0 vs lib/bolt/bolt_option_parser.rb in bolt-2.26.0

- old
+ new

@@ -364,15 +364,15 @@ USAGE bolt plan convert <path> [options] DESCRIPTION - Convert a YAML plan to a Bolt plan. + Convert a YAML plan to a Puppet language plan and print the converted plan to stdout. Converting a YAML plan may result in a plan that is syntactically correct but has different behavior. Always verify a converted plan's - functionality. + functionality. Note that the converted plan is not written to a file. EXAMPLES bolt plan convert path/to/plan/myplan.yaml HELP @@ -419,12 +419,12 @@ Providing the name of a plan will display detailed documentation for the plan, including a list of available parameters. EXAMPLES - Display a list of available tasks + Display a list of available plans bolt plan show - Display documentation for the canary task + Display documentation for the aggregate::count plan bolt plan show aggregate::count HELP PROJECT_HELP = <<~HELP NAME