aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-03 23:00:03 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-04 00:25:39 +0800
commit0577dc13720c602cee1c928e8e5743f42e9ef535 (patch)
tree61c1a166564b9b8ba6b98563182fc3e5f7e7f034
parentdab98fb15a62891a64f1026933c9a8ea348680bf (diff)
mgcp: Fix the documentation entry for the parameters
-rw-r--r--openbsc/src/mgcp/mgcp_vty.c2
1 files changed, 1 insertions, 1 deletions
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;