summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot2016-07-06 16:36:07 -0500
committerGerrit Code Review2016-07-06 16:36:07 -0500
commit20a172fca7c52db840df41459b04d2aa5181cf42 (patch)
treefbca739f0eaf1fe2edb31855620ac28880844666
parent82fb012a03f9cb82d86bf6d8466318772011ac2b (diff)
parente735a7305bddf53545a8ff84c37cf0a2d7000363 (diff)
downloadplatform-system-core-20a172fca7c52db840df41459b04d2aa5181cf42.tar.gz
platform-system-core-20a172fca7c52db840df41459b04d2aa5181cf42.tar.xz
platform-system-core-20a172fca7c52db840df41459b04d2aa5181cf42.zip
Merge "logcat: help spelling correction"
-rw-r--r--logcat/logcat.cpp4
1 files 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)
286 " Sets max number of rotated logs to <count>, default 4\n" 286 " Sets max number of rotated logs to <count>, default 4\n"
287 " -v <format>, --format=<format>\n" 287 " -v <format>, --format=<format>\n"
288 " Sets log print format verb and adverbs, where <format> is:\n" 288 " Sets log print format verb and adverbs, where <format> is:\n"
289 " brief long process raw tag thread theadtime time\n" 289 " brief long process raw tag thread threadtime time\n"
290 " and modifying adverbs can be:\n" 290 " and individually flagged modifying adverbs can be added:\n"
291 " color epoch monotonic printable uid usec UTC year zone\n" 291 " color epoch monotonic printable uid usec UTC year zone\n"
292 " -D, --dividers Print dividers between each log buffer\n" 292 " -D, --dividers Print dividers between each log buffer\n"
293 " -c, --clear Clear (flush) the entire log and exit\n" 293 " -c, --clear Clear (flush) the entire log and exit\n"