summaryrefslogtreecommitdiff
path: root/channels/chan_misdn.c
diff options
context:
space:
mode:
authorChristian Richter <christian.richter@beronet.com>2006-03-07 19:34:23 +0000
committerChristian Richter <christian.richter@beronet.com>2006-03-07 19:34:23 +0000
commit2c1cd943d05599c30c7d4733a276f7dc1a57f1ed (patch)
tree3162b76234de448428e1ffb07387b1a314828691 /channels/chan_misdn.c
parent5ed117e976a2444f98172bf5d2e790686256c6a2 (diff)
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
Diffstat (limited to 'channels/chan_misdn.c')
-rw-r--r--channels/chan_misdn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_misdn.c b/channels/chan_misdn.c
index f4e204b92..d4a314bbb 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"
};