Update dlogutil help 93/119393/2
authorMichal Bloch <m.bloch@samsung.com>
Thu, 16 Mar 2017 16:18:43 +0000 (17:18 +0100)
committerMichal Bloch <m.bloch@samsung.com>
Fri, 17 Mar 2017 16:42:12 +0000 (17:42 +0100)
Change-Id: Ieb239f028d71d0e62017d6fffb9138c017f2a8bc
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
src/logutil/logutil_doc.h

index c5ef302..40ef221 100644 (file)
@@ -9,13 +9,14 @@ static void show_help(const char *cmd)
                "  -r [<kbytes>]     Rotate log every kbytes. Requires -f and -n > 0, else no rotation\n"
                "  -n <count>        Sets max number of rotated logs to <count>. Requires -f and -r > 0, else no rotation\n"
                "  -v <format>       Sets the log print format, where <format> is one of:\n"
-               "                    brief(by default) process tag thread raw time threadtime kerneltime long\n"
+               "                    brief(by default) process tag thread raw time threadtime kerneltime long recv_realtime rwtime\n"
                "  -c                clear (flush) the entire log and exit without printing logs\n"
                "  -d                dump the log and then exit (don't block)\n"
                "  -t <count>        print only the most recent <count> lines (implies -d)\n"
                "  -g                get the size of the log's ring buffer and exit\n"
-               "  -b <buffer>       request alternate ring buffer\n"
-               "                    ('main' (default), 'radio', 'system', 'apps', 'kmsg')\n"
+               "  -b <buffer>       request alternate ring buffers (can use multiple)\n"
+               "                    ('main', 'radio', 'system', 'apps', 'kmsg')\n"
+               "                    the default set is main + system + apps\n"
                "  -u <size>         Sets the size of sort buffer (size > 1)\n"
                "                    More smaller, more faster but having less sorting quality\n"
                "  -h or --help      show this help\n"