Merge "Fix some formatting issues in help messages"

This commit is contained in:
Zuul 2018-06-06 02:50:05 +00:00 committed by Gerrit Code Review
commit 01a4573007
2 changed files with 3 additions and 3 deletions

View File

@ -311,7 +311,7 @@ class ListContainer(command.Lister):
parser.add_argument(
'--auto-remove',
metavar='<auto-remove>',
help='List conatiner whether they are auto-removed on existing')
help='List containers whether they are auto-removed on exiting')
return parser
def take_action(self, parsed_args):

View File

@ -228,8 +228,8 @@ def do_create(cs, args):
help='List containers according to their hostname')
@utils.arg('--auto-remove',
metavar='<auto-remove>',
help='List container according to whether they are'
'auto-removed on existing')
help='List containers according to whether they are '
'auto-removed on exiting')
def do_list(cs, args):
"""Print a list of available containers."""
opts = {}