[asterisk-commits] trunk r12371 - /trunk/channels/chan_misdn.c
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Tue Mar  7 12:34:25 MST 2006
    
    
  
Author: crichter
Date: Tue Mar  7 13:34:23 2006
New Revision: 12371
URL: http://svn.digium.com/view/asterisk?rev=12371&view=rev
Log:
fixed #6642 in trunk as well, sorry i really didn't want to copy this issue ... grrrr
Modified:
    trunk/channels/chan_misdn.c
Modified: trunk/channels/chan_misdn.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_misdn.c?rev=12371&r1=12370&r2=12371&view=diff
==============================================================================
--- trunk/channels/chan_misdn.c (original)
+++ trunk/channels/chan_misdn.c Tue Mar  7 13:34:23 2006
@@ -1050,7 +1050,7 @@
 { {"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"
 };
 
 
    
    
More information about the asterisk-commits
mailing list