From f1d97b652a85168e30fcb4b253c898e87bc7efce Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Mon, 16 May 2016 16:47:56 +0700 Subject: [PATCH] Correcting help messages of baymodel This patch corrects help messages of DNS option for baymodel-create, and option for baymodel-show. Change-Id: I5c32c90246114645630b2570c4be0c3125ca11d8 --- magnumclient/v1/baymodels_shell.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/magnumclient/v1/baymodels_shell.py b/magnumclient/v1/baymodels_shell.py index 49939d73..8d2540cd 100644 --- a/magnumclient/v1/baymodels_shell.py +++ b/magnumclient/v1/baymodels_shell.py @@ -61,7 +61,7 @@ def _show_baymodel(baymodel): @utils.arg('--dns-nameserver', metavar='', default='8.8.8.8', - help='The DNS nameserver to use for this Bay.') + help='The DNS nameserver to use for this baymodel.') @utils.arg('--flavor-id', metavar='', default='m1.medium', @@ -143,7 +143,7 @@ def do_baymodel_delete(cs, args): @utils.arg('baymodel', metavar='', - help='ID of the baymodel to show.') + help='ID or name of the baymodel to show.') def do_baymodel_show(cs, args): """Show details about the given baymodel.""" baymodel = cs.baymodels.get(args.baymodel)