diff options
| author | Oleksiy Avramchenko <oleksiy.avramchenko@sonymobile.com> | 2016-11-29 12:48:11 +0100 |
|---|---|---|
| committer | Johan Redestig <johan.redestig@sonymobile.com> | 2016-11-30 13:42:14 +0100 |
| commit | 39e2d22b9368ae0e97bba75dcf6d5ab64e2241ce (patch) | |
| tree | 2ead7c43568919b90b33efaca6f9b3605fefa70c /logcat | |
| parent | d91e35fb09753f3b27912bba2e6390fa6619fff9 (diff) | |
| download | system_core-39e2d22b9368ae0e97bba75dcf6d5ab64e2241ce.tar.gz system_core-39e2d22b9368ae0e97bba75dcf6d5ab64e2241ce.tar.bz2 system_core-39e2d22b9368ae0e97bba75dcf6d5ab64e2241ce.zip | |
logcat: Fix --last usage option typo
Test: mm
Change-Id: I0b7a1615857acd4cd467f1ff1752eeae86d84eca
Diffstat (limited to 'logcat')
| -rw-r--r-- | logcat/logcat.cpp | 2 |
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" |
