diff --git a/tuskarclient/v2/plans_shell.py b/tuskarclient/v2/plans_shell.py index 68bf24b..119b781 100644 --- a/tuskarclient/v2/plans_shell.py +++ b/tuskarclient/v2/plans_shell.py @@ -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