Merge "Typo fix"

This commit is contained in:
Zuul 2019-03-06 01:24:18 +00:00 committed by Gerrit Code Review
commit f5980f9508
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ class CreateServer(command.ShowOne):
type=_prefix_checked_value('port-id='),
help=_("Create a NIC on the server and connect it to port. "
"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 "
"use case of connecting a new server to a given port. For "
"more advanced use cases, refer to the '--nic' parameter."),