]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
swap location for this..
authorJason Parker <jparker@digium.com>
Thu, 14 Feb 2008 19:51:39 +0000 (19:51 +0000)
committerJason Parker <jparker@digium.com>
Thu, 14 Feb 2008 19:51:39 +0000 (19:51 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@103684 65c4cc65-6c06-0410-ace0-fbb531ad65f3

funcs/func_cdr.c

index 6b13bc4fe2912a6e1a35c82ccf4a8e678bf804ef..50efc995d46d4c39e16091d172c8a4be8eb7d437 100644 (file)
@@ -124,9 +124,9 @@ static struct ast_custom_function cdr_function = {
        .write = cdr_write,
        .desc =
 "Options:\n"
+"  'l' uses the most recent CDR on a channel with multiple records\n"
 "  'r' searches the entire stack of CDRs on the channel\n"
 "  'u' retrieves the raw, unprocessed value\n"
-"  'l' uses the most recent CDR on a channel with multiple records\n"
 "  For example, 'start', 'answer', and 'end' will be retrieved as epoch\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"