diff options
| author | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-06-27 15:27:34 +0800 |
|---|---|---|
| committer | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-06-27 15:27:34 +0800 |
| commit | c7b137e42153757d359966f54d50d742a35556e8 (patch) | |
| tree | a565da73dd17f2d78ddb57ef00d256212e4189a1 /doc/source/command-objects/host.rst | |
| parent | 21ac9230e80202b9a736960ace369f0a20af837f (diff) | |
| download | python-openstackclient-c7b137e42153757d359966f54d50d742a35556e8.tar.gz | |
Modify some unusual help messages in computev2
Some command help messages are unusual, for example:
common help message for a list command:
"list objects"
unusual help message:
"list obejcets command"
I think we should keep help message consistent, so I modify
the unusual help messages in computev2.
Change-Id: Ic5f11eba1a4397949e85d91cc067519752e89bff
Diffstat (limited to 'doc/source/command-objects/host.rst')
| -rw-r--r-- | doc/source/command-objects/host.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/command-objects/host.rst b/doc/source/command-objects/host.rst index 8c34d3fb..409b834b 100644 --- a/doc/source/command-objects/host.rst +++ b/doc/source/command-objects/host.rst @@ -9,7 +9,7 @@ The physical computer running a hypervisor. host list --------- -List all hosts +List hosts .. program:: host list .. code:: bash @@ -24,7 +24,7 @@ List all hosts host set -------- -Set host command +Set host properties .. program:: host set .. code:: bash |
