Merge "Trivial: Rename subnet_pool.rst to subnet-pool.rst"
This commit is contained in:
commit
d01525f5e5
@ -38,7 +38,7 @@ List subnet pools
|
|||||||
subnet pool show
|
subnet pool show
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
Show subnet pool details
|
Display subnet pool details
|
||||||
|
|
||||||
.. program:: subnet pool show
|
.. program:: subnet pool show
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
@ -49,4 +49,4 @@ Show subnet pool details
|
|||||||
.. _subnet_pool_show-subnet-pool:
|
.. _subnet_pool_show-subnet-pool:
|
||||||
.. describe:: <subnet-pool>
|
.. describe:: <subnet-pool>
|
||||||
|
|
||||||
Subnet pool to show (name or ID)
|
Subnet pool to display (name or ID)
|
@ -99,14 +99,14 @@ class ListSubnetPool(command.Lister):
|
|||||||
|
|
||||||
|
|
||||||
class ShowSubnetPool(command.ShowOne):
|
class ShowSubnetPool(command.ShowOne):
|
||||||
"""Show subnet pool details"""
|
"""Display subnet pool details"""
|
||||||
|
|
||||||
def get_parser(self, prog_name):
|
def get_parser(self, prog_name):
|
||||||
parser = super(ShowSubnetPool, self).get_parser(prog_name)
|
parser = super(ShowSubnetPool, self).get_parser(prog_name)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'subnet_pool',
|
'subnet_pool',
|
||||||
metavar="<subnet-pool>",
|
metavar="<subnet-pool>",
|
||||||
help=("Subnet pool to show (name or ID)")
|
help=("Subnet pool to display (name or ID)")
|
||||||
)
|
)
|
||||||
return parser
|
return parser
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user