diff options
| author | Kevin_Zheng <zhengzhenyu@huawei.com> | 2016-12-20 09:18:55 +0800 |
|---|---|---|
| committer | Kevin_Zheng <zhengzhenyu@huawei.com> | 2016-12-20 09:18:55 +0800 |
| commit | 847da51deaffcbb4e0f1c3825e60d8181b31b120 (patch) | |
| tree | 0461752361456f094ccd46cf9d797b9d496ce16c /doc/source/command-objects/object-store-account.rst | |
| parent | e51a2b3b171f3c72a715bee3ad99c0f88efa3010 (diff) | |
| download | python-openstackclient-847da51deaffcbb4e0f1c3825e60d8181b31b120.tar.gz | |
change os in command example to openstack(2)
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: I80c96f0938cec382f2f714a500138bd5a2c81aa0
Diffstat (limited to 'doc/source/command-objects/object-store-account.rst')
| -rw-r--r-- | doc/source/command-objects/object-store-account.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/command-objects/object-store-account.rst b/doc/source/command-objects/object-store-account.rst index ba37078e..e8f09d45 100644 --- a/doc/source/command-objects/object-store-account.rst +++ b/doc/source/command-objects/object-store-account.rst @@ -12,7 +12,7 @@ Set account properties .. program:: object store account set .. code:: bash - os object store account set + openstack object store account set [--property <key=value> [...] ] .. option:: --property <key=value> @@ -27,7 +27,7 @@ Display account details .. program:: object store account show .. code:: bash - os object store account show + openstack object store account show object store account unset -------------------------- @@ -37,7 +37,7 @@ Unset account properties .. program:: object store account unset .. code:: bash - os object store account unset + openstack object store account unset [--property <key>] .. option:: --property <key> |
