Merge "Fix help message for ip floating delete"

This commit is contained in:
Jenkins 2014-05-07 16:40:41 +00:00 committed by Gerrit Code Review
commit 03b9a7282b

@ -89,7 +89,7 @@ class DeleteFloatingIP(command.Command):
parser.add_argument(
"ip_address",
metavar="<ip-address>",
help="IP address to add to server",
help="IP address to delete",
)
return parser