Add one missing option to client

This commit is contained in:
Andrew Hutchings
2012-10-12 14:39:38 +01:00
parent 49c9d82c56
commit 2e8b66c66f

View File

@@ -82,6 +82,9 @@ def main():
subparsers.add_parser(
'modify', help='modify a load balancer'
)
subparsers.add_parser(
'status', help='get status of a load balancer'
)
subparsers.add_parser(
'node-list', help='list nodes in a load balancer'
)