diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2015-01-09 23:44:25 -0500 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2015-01-13 05:59:38 +0000 |
| commit | c04b49ef07defdecadcf614d9ff4cde4b3dd029b (patch) | |
| tree | 53c3c815d8157e411df2852cd5bf4ed3c8e3917e /doc/source/command-objects | |
| parent | 019c155e9b308dab002f23064b969452bc3d7a89 (diff) | |
| download | python-openstackclient-c04b49ef07defdecadcf614d9ff4cde4b3dd029b.tar.gz | |
Tweaks to the catalog doc and show command
Looks like providing a service id isn't working, so it the help
message was reduced to just type and name.
Added a bit more to the docs, too.
Change-Id: Id7f8b48bdf99773ad55ca7f204f3c779f84633d5
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/catalog.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/command-objects/catalog.rst b/doc/source/command-objects/catalog.rst index 4e67f3a4..89db95d5 100644 --- a/doc/source/command-objects/catalog.rst +++ b/doc/source/command-objects/catalog.rst @@ -9,6 +9,7 @@ catalog list List services in the service catalog +.. program:: catalog list .. code:: bash os catalog list @@ -18,7 +19,12 @@ catalog show Display service catalog details +.. program:: catalog show .. code:: bash os catalog show <service> + +.. describe:: <service> + + Service to display (type or name) |
