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-03 23:57:16 +0800
commitebc824cd2e1777294e71e47dffd8a41a253b2045 (patch)
tree5f92ca585efb57dc968f88fd74e3fabcf865eb23
parentd5db12c16061062ad5c27c9833cffa3c71ed1f17 (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 323b31139..45df0a23d 100644
--- a/openbsc/src/mgcp/mgcp_vty.c
+++ b/openbsc/src/mgcp/mgcp_vty.c
@@ -258,7 +258,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;