Just a typo fix.

Change-Id: I1d1fe6eb95c0b167265b3664314d764e3c316fe2
This commit is contained in:
Christian Schneemann 2019-02-07 11:10:20 +01:00
parent dcff1012fd
commit 6475882fd8
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."),