Merge "logcat: Fix --last usage option typo" am: 95a53b8b7a am: 8a96f5e4a7

am: ac7bdd6a07

Change-Id: I0490d5194ecf223969b8baa95b8d61381bfbeed4
This commit is contained in:
Oleksiy Avramchenko 2016-11-30 17:12:39 +00:00 committed by android-build-merger
commit 79f7c9ca43
1 changed files with 1 additions and 1 deletions

View File

@ -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"