Merge "doc: fix and clarify the --meta option help"

This commit is contained in:
Jenkins 2012-06-07 15:14:45 +00:00 committed by Gerrit Code Review
commit 855d1578fc
1 changed files with 2 additions and 2 deletions

View File

@ -142,8 +142,8 @@ def _boot(cs, args, reservation_id=None, min_count=None, max_count=None):
metavar="<key=value>",
action='append',
default=[],
help="Record arbitrary key/value metadata. "\
"May be give multiple times.")
help="Record arbitrary key/value metadata to /meta.js "\
"on the new server. Can be specified multiple times.")
@utils.arg('--file',
metavar="<dst-path=src-path>",
action='append',