We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 303cb47 + 6475882 commit f5980f9Copy full SHA for f5980f9
1 file changed
openstackclient/compute/v2/server.py
@@ -604,7 +604,7 @@ def get_parser(self, prog_name):
604
type=_prefix_checked_value('port-id='),
605
help=_("Create a NIC on the server and connect it to port. "
606
"Specify option multiple times to create multiple NICs. "
607
- "This is a wrapper for the '--nic port-id=<pord>' "
+ "This is a wrapper for the '--nic port-id=<port>' "
608
"parameter that provides simple syntax for the standard "
609
"use case of connecting a new server to a given port. For "
610
"more advanced use cases, refer to the '--nic' parameter."),
0 commit comments