From e735a7305bddf53545a8ff84c37cf0a2d7000363 Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Wed, 6 Jul 2016 13:30:40 -0700 Subject: [PATCH] logcat: help spelling correction threadtime and added clarity for adverbs Bug: 29916087 Change-Id: Idbed8bc74147c105eaced940d035d0649a244b18 --- logcat/logcat.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/logcat/logcat.cpp b/logcat/logcat.cpp index f5604915e..5bac7172f 100644 --- a/logcat/logcat.cpp +++ b/logcat/logcat.cpp @@ -286,8 +286,8 @@ static void show_help(const char *cmd) " Sets max number of rotated logs to , default 4\n" " -v , --format=\n" " Sets log print format verb and adverbs, where is:\n" - " brief long process raw tag thread theadtime time\n" - " and modifying adverbs can be:\n" + " brief long process raw tag thread threadtime time\n" + " and individually flagged modifying adverbs can be added:\n" " color epoch monotonic printable uid usec UTC year zone\n" " -D, --dividers Print dividers between each log buffer\n" " -c, --clear Clear (flush) the entire log and exit\n"