diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2015-01-09 19:13:03 -0500 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2015-01-13 00:58:57 -0500 |
| commit | 019c155e9b308dab002f23064b969452bc3d7a89 (patch) | |
| tree | de747d74a7bdaecdbd1ae0490ba5b1e9dd43b068 /openstackclient/identity/v3/federation_protocol.py | |
| parent | 3b99c178949bc0864f927ac610a12fc666537162 (diff) | |
| download | python-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/identity/v3/federation_protocol.py')
| -rw-r--r-- | openstackclient/identity/v3/federation_protocol.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/identity/v3/federation_protocol.py b/openstackclient/identity/v3/federation_protocol.py index 5a651165..57e8255e 100644 --- a/openstackclient/identity/v3/federation_protocol.py +++ b/openstackclient/identity/v3/federation_protocol.py @@ -69,7 +69,7 @@ class CreateProtocol(show.ShowOne): class DeleteProtocol(command.Command): - """Delete a federation protocol""" + """Delete federation protocol""" log = logging.getLogger(__name__ + '.DeleteProtocol') |
