summaryrefslogtreecommitdiff
path: root/openstackclient/object/v1/object.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/object/v1/object.py')
-rw-r--r--openstackclient/object/v1/object.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/object/v1/object.py b/openstackclient/object/v1/object.py
index 781dd047..752d7842 100644
--- a/openstackclient/object/v1/object.py
+++ b/openstackclient/object/v1/object.py
@@ -222,7 +222,7 @@ class SaveObject(command.Command):
class ShowObject(show.ShowOne):
- """Show object details"""
+ """Display object details"""
log = logging.getLogger(__name__ + '.ShowObject')