summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--heatclient/v1/shell.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/heatclient/v1/shell.py b/heatclient/v1/shell.py
index c1d2f45..07092da 100644
--- a/heatclient/v1/shell.py
+++ b/heatclient/v1/shell.py
@@ -295,6 +295,8 @@ def do_template_show(hc, args):
help='URL of template.')
@utils.arg('-f', '--template-file', metavar='<FILE>',
help='Path to the template.')
+@utils.arg('-e', '--environment-file', metavar='<FILE>',
+ help='Path to the environment.')
@utils.arg('-o', '--template-object', metavar='<URL>',
help='URL to retrieve template object (e.g from swift)')
@utils.arg('-P', '--parameters', metavar='<KEY1=VALUE1;KEY2=VALUE2...>',