diff options
| author | Kevin_Zheng <zhengzhenyu@huawei.com> | 2016-12-20 09:26:15 +0800 |
|---|---|---|
| committer | Kevin_Zheng <zhengzhenyu@huawei.com> | 2016-12-20 09:26:15 +0800 |
| commit | 446e6f2fa8a14efd49b42e09c13a45e9e1eec22c (patch) | |
| tree | 97ec685e27a5c50d3be6417b230af0d2a576d1b7 /doc/source/command-objects/usage.rst | |
| parent | e51a2b3b171f3c72a715bee3ad99c0f88efa3010 (diff) | |
| download | python-openstackclient-446e6f2fa8a14efd49b42e09c13a45e9e1eec22c.tar.gz | |
change os in command example to openstack(3)
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: Ie67c0152d8ff8b7c456f91dc8b9a9164437ee9d1
Diffstat (limited to 'doc/source/command-objects/usage.rst')
| -rw-r--r-- | doc/source/command-objects/usage.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/command-objects/usage.rst b/doc/source/command-objects/usage.rst index 589123a6..9cd0f70e 100644 --- a/doc/source/command-objects/usage.rst +++ b/doc/source/command-objects/usage.rst @@ -12,7 +12,7 @@ List resource usage per project .. program:: usage list .. code:: bash - os usage list + openstack usage list [--start <start>] [--end <end>] @@ -32,7 +32,7 @@ Show resource usage for a single project .. program:: usage show .. code:: bash - os usage show + openstack usage show [--project <project>] [--start <start>] [--end <end>] |
