Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81496031 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by Android Git Automerger
Browse files

am 3888a4d0: am 35a76df5: Merge "logcat: document help tail from time"

* commit '3888a4d0':
  logcat: document help tail from time
parents 042ece12 3888a4d0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -224,7 +224,10 @@ static void show_help(const char *cmd)
                    "  -c              clear (flush) the entire log and exit\n"
                    "  -d              dump the log and then exit (don't block)\n"
                    "  -t <count>      print only the most recent <count> lines (implies -d)\n"
                    "  -t '<time>'     print most recent lines since specified time (implies -d)\n"
                    "  -T <count>      print only the most recent <count> lines (does not imply -d)\n"
                    "  -T '<time>'     print most recent lines since specified time (not imply -d)\n"
                    "                  count is pure numerical, time is 'MM-DD hh:mm:ss.mmm'\n"
                    "  -g              get the size of the log's ring buffer and exit\n"
                    "  -b <buffer>     Request alternate ring buffer, 'main', 'system', 'radio',\n"
                    "                  'events', 'crash' or 'all'. Multiple -b parameters are\n"