Merge "Fix some formatting issues in help messages"
This commit is contained in:
commit
01a4573007
@ -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):
|
||||
|
@ -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 = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user