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 /doc/source/command-objects/role.rst | |
| 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 'doc/source/command-objects/role.rst')
| -rw-r--r-- | doc/source/command-objects/role.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/source/command-objects/role.rst b/doc/source/command-objects/role.rst index 19195eb5..57161b06 100644 --- a/doc/source/command-objects/role.rst +++ b/doc/source/command-objects/role.rst @@ -142,7 +142,7 @@ Remove role from domain/project : user/group .. describe:: <role> - Role to remove from `<project>`:`<user>` (name or ID) + Role to remove (name or ID) role set -------- @@ -169,6 +169,8 @@ Set role properties role show --------- +Display role details + .. program:: role show .. code:: bash @@ -177,4 +179,4 @@ role show .. describe:: <role> - Role to show (name or ID) + Role to display (name or ID) |
