summaryrefslogtreecommitdiff
path: root/heatclient/v1/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/v1/shell.py')
-rw-r--r--heatclient/v1/shell.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/heatclient/v1/shell.py b/heatclient/v1/shell.py
index 8857b61..09794fc 100644
--- a/heatclient/v1/shell.py
+++ b/heatclient/v1/shell.py
@@ -119,7 +119,7 @@ def do_stack_create(hc, args):
@utils.arg('-u', '--template-url', metavar='<URL>',
help='URL of template.')
@utils.arg('-o', '--template-object', metavar='<URL>',
- help='URL to retrieve template object (e.g from swift).')
+ help='URL to retrieve template object (e.g. from swift).')
@utils.arg('-c', '--create-timeout', metavar='<TIMEOUT>',
type=int,
help='Stack creation timeout in minutes.'
@@ -183,7 +183,7 @@ def do_stack_adopt(hc, args):
@utils.arg('-u', '--template-url', metavar='<URL>',
help='URL of template.')
@utils.arg('-o', '--template-object', metavar='<URL>',
- help='URL to retrieve template object (e.g from swift)')
+ help='URL to retrieve template object (e.g. from swift)')
@utils.arg('-P', '--parameters', metavar='<KEY1=VALUE1;KEY2=VALUE2...>',
help='Parameter values used to preview the stack. '
'This can be specified multiple times, or once with parameters '