summaryrefslogtreecommitdiff
path: root/heatclient/osc
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/osc')
-rw-r--r--heatclient/osc/v1/resource.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/osc/v1/resource.py b/heatclient/osc/v1/resource.py
index b7feb84..e29b077 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='<resource>',
- help=_('Name or ID of resource')
+ help=_('Name of resource')
)
parser.add_argument(
'--with-attr',