From: Kevin P. Fleming Date: Thu, 23 Feb 2006 23:38:05 +0000 (+0000) Subject: correct documentation typo X-Git-Tag: 1.4.0-beta1~2540 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af1331ad567d13b7d56b14ede61d6838d7d6b137;p=thirdparty%2Fasterisk.git correct documentation typo git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10960 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/funcs/func_cdr.c b/funcs/func_cdr.c index 1df7f14ad8..4c3d4a72f2 100644 --- a/funcs/func_cdr.c +++ b/funcs/func_cdr.c @@ -117,7 +117,7 @@ static struct ast_custom_function cdr_function = { " 'r' searches the entire stack of CDRs on the channel\n" " 'u' retrieves the raw, unprocessed value\n" " For example, 'start', 'answer', and 'end' will be retrieved as epoch\n" -" values, when the n option is passed, but formatted as YYYY-MM-DD HH:MM:SS\n" +" values, when the 'u' option is passed, but formatted as YYYY-MM-DD HH:MM:SS\n" " otherwise. Similarly, disposition and amaflags will return their raw\n" " integral values.\n", };