From 2c1cd943d05599c30c7d4733a276f7dc1a57f1ed Mon Sep 17 00:00:00 2001 From: Christian Richter <christian.richter@beronet.com> Date: Tue, 7 Mar 2006 19:34:23 +0000 Subject: [PATCH] fixed #6642 in trunk as well, sorry i really didn't want to copy this issue ... grrrr git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12371 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_misdn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/chan_misdn.c b/channels/chan_misdn.c index f4e204b925..d4a314bbbe 100644 --- a/channels/chan_misdn.c +++ b/channels/chan_misdn.c @@ -1050,7 +1050,7 @@ static struct ast_cli_entry cli_port_down = { {"misdn","port","down", NULL}, misdn_port_down, "Tries to deacivate the L1 on the given port", - "Usage: misdn port up <port>\n" + "Usage: misdn port down <port>\n" }; -- GitLab