From 019c155e9b308dab002f23064b969452bc3d7a89 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Fri, 9 Jan 2015 19:13:03 -0500 Subject: 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 --- openstackclient/object/v1/container.py | 2 +- openstackclient/object/v1/object.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'openstackclient/object') 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') -- cgit v1.2.1