diff --git a/logcat/logcat.cpp b/logcat/logcat.cpp index 07981fcc8..a2aa48605 100644 --- a/logcat/logcat.cpp +++ b/logcat/logcat.cpp @@ -457,7 +457,7 @@ static void show_help(android_logcat_context_internal* context) { " -d Dump the log and then exit (don't block)\n" " -e , --regex=\n" " Only print lines where the log message matches \n" - " where is a regular expression\n" + " where is a Perl-compatible regular expression\n" // Leave --head undocumented as alias for -m " -m , --max-count=\n" " Quit after printing lines. This is meant to be\n"