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/compute-agent.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/compute-agent.rst')
| -rw-r--r-- | doc/source/command-objects/compute-agent.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/command-objects/compute-agent.rst b/doc/source/command-objects/compute-agent.rst index b00a981d..ae057dc9 100644 --- a/doc/source/command-objects/compute-agent.rst +++ b/doc/source/command-objects/compute-agent.rst @@ -59,7 +59,7 @@ Delete compute agent(s) compute agent list ------------------ -List compute agent command +List compute agents .. program:: compute agent list .. code:: bash @@ -74,7 +74,7 @@ List compute agent command compute agent set ----------------- -Set compute agent command +Set compute agent properties .. program:: agent set .. code:: bash |
