* commit 'badc23f847d40b9b076818550bf5ef6272a8010e': logcat: parse failure for -n <KBsize> and -r <rotate limit>
This commit is contained in:
commit
9a357b884f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue