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 , --buffer-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= Request alternate ring buffer, 'main',\n"