diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-09-01 23:13:18 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-09-01 23:13:18 +0000 |
| commit | a1f8fb035eb1ad85bf28e30e9fb9f34e04930cd3 (patch) | |
| tree | 49aa17fedba01764d583dfc12a12f2550bfef2da | |
| parent | 223f5f9d53bb95f267815ad00904d0dc26935b2a (diff) | |
| parent | 91e20bc0721c641e4cd8c2f18d29c2f286e47e6e (diff) | |
| download | python-heatclient-0.7.0.tar.gz | |
Merge "Improve the format hint of -Pf option"0.7.0
| -rw-r--r-- | heatclient/v1/shell.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/heatclient/v1/shell.py b/heatclient/v1/shell.py index 1a32a30..f9189f2 100644 --- a/heatclient/v1/shell.py +++ b/heatclient/v1/shell.py @@ -85,7 +85,7 @@ def _authenticated_fetcher(hc): 'This can be specified multiple times, or once with parameters ' 'separated by a semicolon.'), action='append') -@utils.arg('-Pf', '--parameter-file', metavar='<KEY=VALUE>', +@utils.arg('-Pf', '--parameter-file', metavar='<KEY=FILE>', help=_('Parameter values from file used to create the stack. ' 'This can be specified multiple times. Parameter value ' 'would be the content of the file'), @@ -250,7 +250,7 @@ def do_stack_adopt(hc, args): 'This can be specified multiple times, or once with parameters ' 'separated by semicolon.'), action='append') -@utils.arg('-Pf', '--parameter-file', metavar='<KEY=VALUE>', +@utils.arg('-Pf', '--parameter-file', metavar='<KEY=FILE>', help=_('Parameter values from file used to create the stack. ' 'This can be specified multiple times. Parameter value ' 'would be the content of the file'), @@ -433,7 +433,7 @@ def do_stack_show(hc, args): 'This can be specified multiple times, or once with parameters ' 'separated by a semicolon.'), action='append') -@utils.arg('-Pf', '--parameter-file', metavar='<KEY=VALUE>', +@utils.arg('-Pf', '--parameter-file', metavar='<KEY=FILE>', help=_('Parameter values from file used to create the stack. ' 'This can be specified multiple times. Parameter value ' 'would be the content of the file'), |
