X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Fao-chaosread%2Fao-chaosread.c;h=7808f6c91d5cdad2689219951ac117ff96bc6392;hb=78b4bf77fca96bef2cce443ad4c9544ae83f0acc;hp=82831201c1b3ffe1e7c1ddf87470f8cb1b6dd80b;hpb=d52cb9dac725206ba7b2d26818c84f134d5bf183;p=fw%2Faltos diff --git a/ao-tools/ao-chaosread/ao-chaosread.c b/ao-tools/ao-chaosread/ao-chaosread.c index 82831201..7808f6c9 100644 --- a/ao-tools/ao-chaosread/ao-chaosread.c +++ b/ao-tools/ao-chaosread/ao-chaosread.c @@ -234,7 +234,7 @@ main (int argc, char **argv) int infinite = 0; int bytes = 0; - while ((c = getopt_long(argc, argv, "s:l:", options, NULL)) != -1) { + while ((c = getopt_long(argc, argv, "s:l:ib", options, NULL)) != -1) { switch (c) { case 's': serial = optarg;