summaryrefslogtreecommitdiffstats
path: root/logcat
diff options
context:
space:
mode:
authorOleksiy Avramchenko <oleksiy.avramchenko@sonymobile.com>2016-11-30 17:01:37 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-30 17:01:37 +0000
commit8a96f5e4a7f603f33d306d1a407bb90a1fbcc5f8 (patch)
treeb4caeb73b4fee07ec2d76b27eef3392a742fb599 /logcat
parent815e0bd6faa4d4cbcad73f0194ef87d768225685 (diff)
parent95a53b8b7aadd4fb21778702711abca37f383da9 (diff)
downloadsystem_core-8a96f5e4a7f603f33d306d1a407bb90a1fbcc5f8.tar.gz
system_core-8a96f5e4a7f603f33d306d1a407bb90a1fbcc5f8.tar.bz2
system_core-8a96f5e4a7f603f33d306d1a407bb90a1fbcc5f8.zip
Merge "logcat: Fix --last usage option typo"
am: 95a53b8b7a Change-Id: Ic18c2cec4c72cd97353c22f9e41c926baac8085b
Diffstat (limited to 'logcat')
-rw-r--r--logcat/logcat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logcat/logcat.cpp b/logcat/logcat.cpp
index 94b8691a3..c204a1682 100644
--- a/logcat/logcat.cpp
+++ b/logcat/logcat.cpp
@@ -321,7 +321,7 @@ static void show_help(const char *cmd)
" -g, --buffer-size Get the size of the ring buffer.\n"
" -G <size>, --buffer-size=<size>\n"
" Set size of log ring buffer, may suffix with K or M.\n"
- " -L, -last Dump logs from prior to last reboot\n"
+ " -L, --last Dump logs from prior to last reboot\n"
// Leave security (Device Owner only installations) and
// kernel (userdebug and eng) buffers undocumented.
" -b <buffer>, --buffer=<buffer> Request alternate ring buffer, 'main',\n"