- add proper separators. sorry for the noise..
This commit is contained in:
parent
43fb3fcb2f
commit
120513c29f
@ -132,7 +132,7 @@ const char *bb_opt_complementally
|
|||||||
|
|
||||||
llist_t *my_b = NULL;
|
llist_t *my_b = NULL;
|
||||||
int verbose_level = 0;
|
int verbose_level = 0;
|
||||||
bb_opt_complementally = "vvb*b-c:c-b";
|
bb_opt_complementally = "vv:b*:b-c:c-b";
|
||||||
bb_getopt_ulflags(argc, argv, "vb:c", &my_b, &verbose_level);
|
bb_getopt_ulflags(argc, argv, "vb:c", &my_b, &verbose_level);
|
||||||
while (my_b) { dosomething_with(my_b->data) ; my_b = my_b->link; }
|
while (my_b) { dosomething_with(my_b->data) ; my_b = my_b->link; }
|
||||||
if (verbose_level) bb_printf("verbose\n");
|
if (verbose_level) bb_printf("verbose\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user