[asterisk-commits] trunk r10960 - /trunk/funcs/func_cdr.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Feb 23 16:38:06 MST 2006


Author: kpfleming
Date: Thu Feb 23 17:38:05 2006
New Revision: 10960

URL: http://svn.digium.com/view/asterisk?rev=10960&view=rev
Log:
correct documentation typo

Modified:
    trunk/funcs/func_cdr.c

Modified: trunk/funcs/func_cdr.c
URL: http://svn.digium.com/view/asterisk/trunk/funcs/func_cdr.c?rev=10960&r1=10959&r2=10960&view=diff
==============================================================================
--- trunk/funcs/func_cdr.c (original)
+++ trunk/funcs/func_cdr.c Thu Feb 23 17:38:05 2006
@@ -117,7 +117,7 @@
 "  '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",
 };



More information about the asterisk-commits mailing list