doc: fix and clarify the --meta option help
Change-Id: Iba758a9014d43581a044131a7394738b0448cc18
This commit is contained in:
parent
10a9cb22bd
commit
9dcafe16b0
@ -142,8 +142,8 @@ def _boot(cs, args, reservation_id=None, min_count=None, max_count=None):
|
|||||||
metavar="<key=value>",
|
metavar="<key=value>",
|
||||||
action='append',
|
action='append',
|
||||||
default=[],
|
default=[],
|
||||||
help="Record arbitrary key/value metadata. "\
|
help="Record arbitrary key/value metadata to /meta.js "\
|
||||||
"May be give multiple times.")
|
"on the new server. Can be specified multiple times.")
|
||||||
@utils.arg('--file',
|
@utils.arg('--file',
|
||||||
metavar="<dst-path=src-path>",
|
metavar="<dst-path=src-path>",
|
||||||
action='append',
|
action='append',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user