aboutsummaryrefslogtreecommitdiff
path: root/lib/cfm.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/cfm.c
parent36ce148c6d2105dc2e485ec169bcc9998ffebf9d (diff)
ovs-appctl: Print command arguments for "help".
Diffstat (limited to 'lib/cfm.c')
-rw-r--r--lib/cfm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cfm.c b/lib/cfm.c
index c3d96d8a..0bb2bf19 100644
--- a/lib/cfm.c
+++ b/lib/cfm.c
@@ -220,7 +220,7 @@ lookup_remote_mp(const struct cfm *cfm, uint64_t mpid)
void
cfm_init(void)
{
- unixctl_command_register("cfm/show", cfm_unixctl_show, NULL);
+ unixctl_command_register("cfm/show", "interface", cfm_unixctl_show, NULL);
}
/* Allocates a 'cfm' object called 'name'. 'cfm' should be initialized by