From: Christian Richter Date: Tue, 7 Mar 2006 19:34:23 +0000 (+0000) Subject: fixed #6642 in trunk as well, sorry i really didn't want to copy this issue ... grrrr X-Git-Tag: 1.4.0-beta1~2464 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c1cd943d05599c30c7d4733a276f7dc1a57f1ed;p=thirdparty%2Fasterisk.git 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 --- 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 \n" + "Usage: misdn port down \n" };