Merge "logcat: Note in help that regexps are Perl-compatible" am: 411111acf4

am: 9d11756d48

Change-Id: I3859490b9e3ec1e6e68c2caa052962f89fffd51f
This commit is contained in:
Brendan Jackman 2017-10-31 16:59:00 +00:00 committed by android-build-merger
commit 2f402d34ff

View file

@ -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 <expr>, --regex=<expr>\n"
" Only print lines where the log message matches <expr>\n"
" where <expr> is a regular expression\n"
" where <expr> is a Perl-compatible regular expression\n"
// Leave --head undocumented as alias for -m
" -m <count>, --max-count=<count>\n"
" Quit after printing <count> lines. This is meant to be\n"