summaryrefslogtreecommitdiff
path: root/openstackclient/object
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/object')
-rw-r--r--openstackclient/object/v1/container.py2
-rw-r--r--openstackclient/object/v1/object.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/object/v1/container.py b/openstackclient/object/v1/container.py
index b75888e4..bc4fdec8 100644
--- a/openstackclient/object/v1/container.py
+++ b/openstackclient/object/v1/container.py
@@ -179,7 +179,7 @@ class SaveContainer(command.Command):
class ShowContainer(show.ShowOne):
- """Show container details"""
+ """Display container details"""
log = logging.getLogger(__name__ + '.ShowContainer')
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')