diff options
| author | Wink Saville <wink@google.com> | 2010-06-18 10:15:08 -0700 |
|---|---|---|
| committer | Wink Saville <wink@google.com> | 2010-06-18 10:15:08 -0700 |
| commit | ba9608ff633724ded86aab7a9a401c87c7faafa1 (patch) | |
| tree | 4fb9f402a1d6d7d1e0d519f68bccc918705e05e7 /logcat | |
| parent | 49a7822ab3befdd1e037eea3393d7c83da46b1c8 (diff) | |
| download | system_core-ba9608ff633724ded86aab7a9a401c87c7faafa1.tar.gz system_core-ba9608ff633724ded86aab7a9a401c87c7faafa1.tar.bz2 system_core-ba9608ff633724ded86aab7a9a401c87c7faafa1.zip | |
Update the help text to reflect new capabilities of -b parameter.
The -b parameter now support specifying multiple ring buffers
and the results are interleaved. In addition a new ring buffer
has been created, 'system', and the default is now -b main -b system.
Change-Id: Ibc25a31fb8fe21d75dda4598a83cf3426f759eb1
Diffstat (limited to 'logcat')
| -rw-r--r-- | logcat/logcat.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/logcat/logcat.cpp b/logcat/logcat.cpp index 5acdf7772..96b68ef50 100644 --- a/logcat/logcat.cpp +++ b/logcat/logcat.cpp @@ -402,8 +402,9 @@ static void show_help(const char *cmd) " -d dump the log and then exit (don't block)\n" " -t <count> print only the most recent <count> lines (implies -d)\n" " -g get the size of the log's ring buffer and exit\n" - " -b <buffer> request alternate ring buffer\n" - " ('main' (default), 'radio', 'events')\n" + " -b <buffer> Request alternate ring buffer, 'main', 'system', 'radio'\n" + " or 'events'. Multiple -b parameters are allowed and the\n" + " results are interleaved. The default is -b main -b system.\n" " -B output the log in binary"); |
