summaryrefslogtreecommitdiff
path: root/openstackclient/object
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-01-09 19:13:03 -0500
committerSteve Martinelli <stevemar@ca.ibm.com>2015-01-13 00:58:57 -0500
commit019c155e9b308dab002f23064b969452bc3d7a89 (patch)
treede747d74a7bdaecdbd1ae0490ba5b1e9dd43b068 /openstackclient/object
parent3b99c178949bc0864f927ac610a12fc666537162 (diff)
downloadpython-openstackclient-019c155e9b308dab002f23064b969452bc3d7a89.tar.gz
Fine tune some of the helps commands
try and add some consistency with the show and delete commands. replace 'show x' with 'display x' change 'delete a y' with just 'delete y' Change-Id: I47dfa8ee23ac5c41b355796415eb515155832f65
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')