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

@@ -58,7 +58,7 @@ coverage_unixctl_log(struct unixctl_conn *conn, const char *args OVS_UNUSED,
void
coverage_init(void)
{
unixctl_command_register("coverage/log", coverage_unixctl_log, NULL);
unixctl_command_register("coverage/log", "", coverage_unixctl_log, NULL);
}
/* Sorts coverage counters in descending order by count, within equal counts