Add a help message for the plan-templates command

This can be seen with `tuskar --help`

Change-Id: I728f178649c8149848a1939968b9d6f91201d3d9
This commit is contained in:
Dougal Matthews 2015-04-07 10:23:38 +01:00
parent c8e3799f55
commit 975bf830d9

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