mirror of
https://opendev.org/openstack/python-heatclient.git
synced 2026-01-16 23:00:35 +00:00
Merge "Improve the format hint of -Pf option"
This commit is contained in:
commit
a1f8fb035e
1 changed files with 3 additions and 3 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue