aboutsummaryrefslogtreecommitdiff
path: root/lib/coverage.c
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2011-09-26 14:59:35 -0700
committerJustin Pettit <jpettit@nicira.com>2011-09-29 18:52:28 -0700
commit7ff2009a9599a4cebeea038764a2d3f13c60f601 (patch)
tree953c16372d202514e42964aa608c35fbbad73584 /lib/coverage.c
parent36ce148c6d2105dc2e485ec169bcc9998ffebf9d (diff)
ovs-appctl: Print command arguments for "help".
Diffstat (limited to 'lib/coverage.c')
-rw-r--r--lib/coverage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coverage.c b/lib/coverage.c
index 2b8b6e6c..105cd37d 100644
--- a/lib/coverage.c
+++ b/lib/coverage.c
@@ -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