From d40787a7473ca4a2d0f3b04ead3adf35189ce260 Mon Sep 17 00:00:00 2001 From: miaohb Date: Fri, 25 Nov 2016 17:18:43 +0800 Subject: [PATCH] Fix error in policy-show The help of argument "id" is copied from "policy-update". This patch will fix it. Change-Id: Ia64305ae4887eee2b0dfb650b64e0d549f4fcd63 Closes-Bug: #1644750 --- senlinclient/v1/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/senlinclient/v1/shell.py b/senlinclient/v1/shell.py index cb54f96..8a07bc0 100644 --- a/senlinclient/v1/shell.py +++ b/senlinclient/v1/shell.py @@ -396,7 +396,7 @@ def do_policy_create(service, args): @utils.arg('id', metavar='', - help=_('Name of the policy to be updated.')) + help=_('Name or ID of the policy to be shown.')) def do_policy_show(service, args): """Show the policy details.""" show_deprecated('senlin policy-show', 'openstack cluster policy show')