From 0577dc13720c602cee1c928e8e5743f42e9ef535 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 3 Aug 2010 23:00:03 +0800 Subject: mgcp: Fix the documentation entry for the parameters --- openbsc/src/mgcp/mgcp_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbsc/src/mgcp/mgcp_vty.c b/openbsc/src/mgcp/mgcp_vty.c index 9f09c1aca..ff5d77f09 100644 --- a/openbsc/src/mgcp/mgcp_vty.c +++ b/openbsc/src/mgcp/mgcp_vty.c @@ -257,7 +257,7 @@ DEFUN(loop_endp, loop_endp_cmd, "loop-endpoint NAME (0|1)", "Loop a given endpoint\n" - "The name in hex of the endpoint\n" "Enable/Disable the loop\n") + "The name in hex of the endpoint\n" "Disable the loop\n" "Enable the loop\n") { struct mgcp_endpoint *endp; -- cgit v1.2.3