Skip to content

Commit d01525f

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Trivial: Rename subnet_pool.rst to subnet-pool.rst"
2 parents 5a978b9 + 53e058f commit d01525f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

doc/source/command-objects/subnet_pool.rst renamed to doc/source/command-objects/subnet-pool.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ List subnet pools
3838
subnet pool show
3939
----------------
4040

41-
Show subnet pool details
41+
Display subnet pool details
4242

4343
.. program:: subnet pool show
4444
.. code:: bash
@@ -49,4 +49,4 @@ Show subnet pool details
4949
.. _subnet_pool_show-subnet-pool:
5050
.. describe:: <subnet-pool>
5151

52-
Subnet pool to show (name or ID)
52+
Subnet pool to display (name or ID)

openstackclient/network/v2/subnet_pool.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,14 @@ def take_action(self, parsed_args):
9999

100100

101101
class ShowSubnetPool(command.ShowOne):
102-
"""Show subnet pool details"""
102+
"""Display subnet pool details"""
103103

104104
def get_parser(self, prog_name):
105105
parser = super(ShowSubnetPool, self).get_parser(prog_name)
106106
parser.add_argument(
107107
'subnet_pool',
108108
metavar="<subnet-pool>",
109-
help=("Subnet pool to show (name or ID)")
109+
help=("Subnet pool to display (name or ID)")
110110
)
111111
return parser
112112

0 commit comments

Comments
 (0)