2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-29 15:28:56 +00:00

ovs-appctl: Print command arguments for "help".

This commit is contained in:
Justin Pettit
2011-09-26 14:59:35 -07:00
parent 36ce148c6d
commit 7ff2009a95
14 changed files with 59 additions and 53 deletions

View File

@@ -187,7 +187,7 @@ parse_lacp_packet(const struct ofpbuf *b)
void
lacp_init(void)
{
unixctl_command_register("lacp/show", lacp_unixctl_show, NULL);
unixctl_command_register("lacp/show", "port", lacp_unixctl_show, NULL);
}
/* Creates a LACP object. */