From 53e058fabc378575c96e324bc3a7da3a9d15238f Mon Sep 17 00:00:00 2001 From: Tang Chen Date: Sat, 20 Feb 2016 15:01:07 +0800 Subject: Trivial: Rename subnet_pool.rst to subnet-pool.rst File names under doc/source/command-objects/ are words connected with "-". So rename subnet_pool.rst to subnet-pool.rst to keep the consistence. Also use "display" instead of "show" in the comment to keep the consistence. Change-Id: If486f6cec34b4572a8245af865267b063c1e877d --- openstackclient/network/v2/subnet_pool.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openstackclient') diff --git a/openstackclient/network/v2/subnet_pool.py b/openstackclient/network/v2/subnet_pool.py index 1db1652f..5bb45c12 100644 --- a/openstackclient/network/v2/subnet_pool.py +++ b/openstackclient/network/v2/subnet_pool.py @@ -99,14 +99,14 @@ class ListSubnetPool(command.Lister): class ShowSubnetPool(command.ShowOne): - """Show subnet pool details""" + """Display subnet pool details""" def get_parser(self, prog_name): parser = super(ShowSubnetPool, self).get_parser(prog_name) parser.add_argument( 'subnet_pool', metavar="", - help=("Subnet pool to show (name or ID)") + help=("Subnet pool to display (name or ID)") ) return parser -- cgit v1.2.1