diff options
| author | Kevin_Zheng <zhengzhenyu@huawei.com> | 2016-12-20 09:03:29 +0800 |
|---|---|---|
| committer | Kevin_Zheng <zhengzhenyu@huawei.com> | 2016-12-20 09:03:29 +0800 |
| commit | 9663424c7444e0f5ae54dda499a96f179d8512fd (patch) | |
| tree | bfcca652dcfbd5625aec723d88e5817e11ad0010 /doc/source/command-objects/catalog.rst | |
| parent | e51a2b3b171f3c72a715bee3ad99c0f88efa3010 (diff) | |
| download | python-openstackclient-9663424c7444e0f5ae54dda499a96f179d8512fd.tar.gz | |
change os in command example to openstack
In the current doc, the command examples are like
"os server create" but the acutal command should
be started with "openstack" instead of "os", it
is misleading to first time users.
Change-Id: Ic7686257725e1aa8e4e0d65a712eff1c079927a8
Diffstat (limited to 'doc/source/command-objects/catalog.rst')
| -rw-r--r-- | doc/source/command-objects/catalog.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/command-objects/catalog.rst b/doc/source/command-objects/catalog.rst index 4319fb11..dccf7801 100644 --- a/doc/source/command-objects/catalog.rst +++ b/doc/source/command-objects/catalog.rst @@ -12,7 +12,7 @@ List services in the service catalog .. program:: catalog list .. code:: bash - os catalog list + openstack catalog list catalog show ------------ @@ -22,7 +22,7 @@ Display service catalog details .. program:: catalog show .. code:: bash - os catalog show + openstack catalog show <service> .. describe:: <service> |
