Merge "Add a help message for the plan-templates command"

This commit is contained in:
Jenkins 2015-04-30 13:35:03 +00:00 committed by Gerrit Code Review
commit a2fd344071
1 changed files with 1 additions and 0 deletions

View File

@ -255,6 +255,7 @@ def do_plan_patch(*args, **kwargs):
help='Directory to write template files into. ' +
'It will be created if it does not exist.')
def do_plan_templates(tuskar, args, outfile=sys.stdout):
"""Download the Heat templates for a Plan."""
# check that output directory exists and we can write into it
output_dir = args.output_dir