From 885ce1b6bcf12e548ac98003c03d0a48c9f8b1b8 Mon Sep 17 00:00:00 2001 From: Madhuri Kumari Date: Tue, 15 May 2018 16:58:34 +0530 Subject: [PATCH] Fix some formatting issues in help messages Change-Id: I81aa9239ad12fbaa8f23ed36de0fb485b03398d0 --- zunclient/osc/v1/containers.py | 2 +- zunclient/v1/containers_shell.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zunclient/osc/v1/containers.py b/zunclient/osc/v1/containers.py index d2743a50..5e1cbb2c 100644 --- a/zunclient/osc/v1/containers.py +++ b/zunclient/osc/v1/containers.py @@ -311,7 +311,7 @@ class ListContainer(command.Lister): parser.add_argument( '--auto-remove', metavar='', - 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): diff --git a/zunclient/v1/containers_shell.py b/zunclient/v1/containers_shell.py index 1e695580..2f03143f 100644 --- a/zunclient/v1/containers_shell.py +++ b/zunclient/v1/containers_shell.py @@ -228,8 +228,8 @@ def do_create(cs, args): help='List containers according to their hostname') @utils.arg('--auto-remove', metavar='', - 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 = {}