mgcp: Fix the documentation entry for the parameters
diff --git a/openbsc/src/mgcp/mgcp_vty.c b/openbsc/src/mgcp/mgcp_vty.c
index 323b311..45df0a2 100644
--- a/openbsc/src/mgcp/mgcp_vty.c
+++ b/openbsc/src/mgcp/mgcp_vty.c
@@ -258,7 +258,7 @@
       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;