From: Olle Johansson Date: Wed, 16 May 2007 07:58:43 +0000 (+0000) Subject: Issue #9304 - Update help text to match functionality. Patch by kshumard with changes... X-Git-Tag: 1.6.0-beta1~3^2~2667 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7532b0bc4b93543220978784c08ab4b152f64cbb;p=thirdparty%2Fasterisk.git Issue #9304 - Update help text to match functionality. Patch by kshumard with changes by oej git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@64498 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 98d816ef5e..724f02d7d6 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -12165,16 +12165,17 @@ static const char sip_unregister_usage[] = " Unregister (force expiration) a SIP peer from the registry\n"; static const char debug_usage[] = -"Usage: sip debug\n" -" Enables dumping of SIP packets for debugging purposes\n\n" -" sip debug ip \n" -" Enables dumping of SIP packets to and from host.\n\n" -" sip debug peer \n" -" Enables dumping of SIP packets to and from host.\n" -" Require peer to be registered.\n"; +"Usage: sip set debug {on|ip |peer }\n" +" sip set debug on\n" +" Enables dumping of all SIP messages for debugging purposes\n\n" +" sip set debug ip \n" +" Enables dumping of SIP messages to and from host.\n\n" +" sip set debug peer \n" +" Enables dumping of SIP messages to and from peer's IP.\n" +" Requires peer to be registered.\n"; static const char no_debug_usage[] = -"Usage: sip debug off\n" +"Usage: sip set debug off\n" " Disables dumping of SIP packets for debugging purposes\n"; static const char no_history_usage[] =