summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorYan Xing'an <yanxingan@cmss.chinamobile.com>2016-10-19 21:21:25 -0700
committerYan Xing'an <yanxingan@cmss.chinamobile.com>2016-10-20 06:25:58 -0700
commite6fb6586063195188e185260786e8f4f1fd94d7f (patch)
tree88b54d20d5d1a92cf2ffc37dbd02b12ba69b23da /doc/source/command-objects
parentfee1a31296cb47de105d0fa70a509570151f9d81 (diff)
downloadpython-openstackclient-e6fb6586063195188e185260786e8f4f1fd94d7f.tar.gz
Correct help string of the subnet pool list options
Correct help string of subnet pool list options, from "subnets" to "subnet pools". Change-Id: Ic6dd6649f411748cd0c6e6b08f0451c8a0fa220f Partially-Implements: blueprint network-commands-options
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/subnet-pool.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/source/command-objects/subnet-pool.rst b/doc/source/command-objects/subnet-pool.rst
index 28a735d6..bd1356f3 100644
--- a/doc/source/command-objects/subnet-pool.rst
+++ b/doc/source/command-objects/subnet-pool.rst
@@ -121,23 +121,23 @@ List subnet pools
.. option:: --share
- List subnets shared between projects
+ List subnet pools shared between projects
.. option:: --no-share
- List subnets not shared between projects
+ List subnet pools not shared between projects
.. option:: --default
- List subnets used as the default external subnet pool
+ List subnet pools used as the default external subnet pool
.. option:: --no-default
- List subnets not used as the default external subnet pool
+ List subnet pools not used as the default external subnet pool
.. option:: --project <project>
- List subnets according to their project (name or ID)
+ List subnet pools according to their project (name or ID)
.. option:: --project-domain <project-domain>
@@ -146,11 +146,11 @@ List subnet pools
.. option:: --name <name>
- List only subnets of given name in output
+ List only subnet pools of given name in output
.. option:: --address-scope <address-scope>
- List only subnets of given address scope (name or ID) in output
+ List only subnet pools of given address scope (name or ID) in output
subnet pool set
---------------