Fix typo in help message

Change-Id: Ie15a04d75cfcc476370b9ac54b90a8b0d5745a11
This commit is contained in:
Miles Gould 2017-02-09 11:48:52 +00:00
parent 45879a623a
commit a30bebcc18
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ def main():
parser_stop.set_defaults(command='list')
# create the parser for the "show" command
parser_stop = subparsers.add_parser('show', help='Show a virtual BMCs')
parser_stop = subparsers.add_parser('show', help='Show a virtual BMC')
parser_stop.set_defaults(command='show')
parser_stop.add_argument('domain_name',
help='The name of the virtual machine')