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)