From: Mark Spencer Date: Sat, 23 Oct 2004 12:17:46 +0000 (+0000) Subject: Help leanup (bug #2677) X-Git-Tag: 1.2.0-beta1~1970 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9235f8bda385688e653c2869684de5d9ffffe6f9;p=thirdparty%2Fasterisk.git Help leanup (bug #2677) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4060 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_forkcdr.c b/apps/app_forkcdr.c index 547bfa45ea..bf493d5231 100755 --- a/apps/app_forkcdr.c +++ b/apps/app_forkcdr.c @@ -23,7 +23,8 @@ static char *tdesc = "Fork The CDR into 2 seperate entities."; static char *app = "ForkCDR"; static char *synopsis = -"Forks the Call Data Record\n" +"Forks the Call Data Record"; +static char *descrip = " ForkCDR(): Causes the Call Data Record to fork an additional\n" "cdr record starting from the time of the fork call\n"; @@ -68,7 +69,7 @@ int unload_module(void) int load_module(void) { - return ast_register_application(app, forkcdr_exec, synopsis, tdesc); + return ast_register_application(app, forkcdr_exec, synopsis, descrip); } char *description(void)