diff --git a/heatclient/osc/v1/resource.py b/heatclient/osc/v1/resource.py index b7feb84c..e29b0778 100644 --- a/heatclient/osc/v1/resource.py +++ b/heatclient/osc/v1/resource.py @@ -43,7 +43,7 @@ class ResourceShow(command.ShowOne): parser.add_argument( 'resource', metavar='', - help=_('Name or ID of resource') + help=_('Name of resource') ) parser.add_argument( '--with-attr',