Corrected spacing mistake in baymodels_shell.py
This patch fixes a problem in help output where "bay models" was mispaced Change-Id: I448b78ce8a65cb052306126d1996abd0775fa251 closes-bug: #1580450
This commit is contained in:
@@ -160,7 +160,7 @@ def do_baymodel_show(cs, args):
|
||||
choices=['desc', 'asc'],
|
||||
help='Direction to sort. "asc" or "desc".')
|
||||
def do_baymodel_list(cs, args):
|
||||
"""Print a list of bay models."""
|
||||
"""Print a list of baymodels."""
|
||||
nodes = cs.baymodels.list(limit=args.limit,
|
||||
sort_key=args.sort_key,
|
||||
sort_dir=args.sort_dir)
|
||||
|
||||
Reference in New Issue
Block a user