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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user