From 9dcafe16b095dfe3ca76637ae5b3caed059ad7a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?= Date: Fri, 1 Jun 2012 13:32:09 +0100 Subject: [PATCH] doc: fix and clarify the --meta option help Change-Id: Iba758a9014d43581a044131a7394738b0448cc18 --- novaclient/v1_1/shell.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/novaclient/v1_1/shell.py b/novaclient/v1_1/shell.py index a62cf068f..9a869bc45 100644 --- a/novaclient/v1_1/shell.py +++ b/novaclient/v1_1/shell.py @@ -142,8 +142,8 @@ def _boot(cs, args, reservation_id=None, min_count=None, max_count=None): metavar="", 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="", action='append',