From cda6f89b5095422ac6b48cd7565dc3c5216cfd9c Mon Sep 17 00:00:00 2001 From: pcrews Date: Wed, 23 Jan 2013 16:25:45 -0800 Subject: [PATCH] Fixed minor typo in pool_mgm --help output Change-Id: Ia88b9c53196315907a3517c8bbdbbe9c6395395b --- libra/mgm/mgm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libra/mgm/mgm.py b/libra/mgm/mgm.py index cda6584c..0a9c234a 100644 --- a/libra/mgm/mgm.py +++ b/libra/mgm/mgm.py @@ -312,7 +312,7 @@ class Server(object): def main(): options = Options('mgm', 'Node Management Daemon') options.parser.add_argument( - '--api_server', action='append', metavar='HOST:POST', + '--api_server', action='append', metavar='HOST:PORT', help='a list of API servers to connect to (for HP REST API driver)' ) options.parser.add_argument(