logcat: parse failure for -n <KBsize> and -r <rotate limit>

Bug: https://code.google.com/p/android/issues/detail?id=72867
Change-Id: Id0c988543ecfccc5054d15d4195ef578468d50af
This commit is contained in:
Mark Salyzyn 2014-07-07 08:55:53 -07:00
parent 5529de0fa3
commit 0b2dac4f3f
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ int main(int argc, char **argv)
for (;;) {
int ret;
ret = getopt(argc, argv, "cdt:T:gG:sQf:r::n:v:b:BSpP:");
ret = getopt(argc, argv, "cdt:T:gG:sQf:r:n:v:b:BSpP:");
if (ret < 0) {
break;