From 975bf830d9c75f39e1422173c3b8b7f7c66df072 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Tue, 7 Apr 2015 10:23:38 +0100 Subject: [PATCH] Add a help message for the plan-templates command This can be seen with `tuskar --help` Change-Id: I728f178649c8149848a1939968b9d6f91201d3d9 --- tuskarclient/v2/plans_shell.py | 1 + 1 file changed, 1 insertion(+) 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