Merge "Typo fix"

This commit is contained in:
Zuul 2019-03-06 01:24:18 +00:00 committed by Gerrit Code Review
commit f5980f9508

View File

@ -604,7 +604,7 @@ class CreateServer(command.ShowOne):
type=_prefix_checked_value('port-id='), type=_prefix_checked_value('port-id='),
help=_("Create a NIC on the server and connect it to port. " help=_("Create a NIC on the server and connect it to port. "
"Specify option multiple times to create multiple NICs. " "Specify option multiple times to create multiple NICs. "
"This is a wrapper for the '--nic port-id=<pord>' " "This is a wrapper for the '--nic port-id=<port>' "
"parameter that provides simple syntax for the standard " "parameter that provides simple syntax for the standard "
"use case of connecting a new server to a given port. For " "use case of connecting a new server to a given port. For "
"more advanced use cases, refer to the '--nic' parameter."), "more advanced use cases, refer to the '--nic' parameter."),