svn commit: trunk/busybox/libbb

aldot at busybox.net aldot at busybox.net
Wed Oct 5 12:28:57 UTC 2005


Author: aldot
Date: 2005-10-05 05:28:55 -0700 (Wed, 05 Oct 2005)
New Revision: 11767

Log:
- add proper separators. sorry for the noise..


Modified:
   trunk/busybox/libbb/getopt_ulflags.c


Changeset:
Modified: trunk/busybox/libbb/getopt_ulflags.c
===================================================================
--- trunk/busybox/libbb/getopt_ulflags.c	2005-10-05 12:23:13 UTC (rev 11766)
+++ trunk/busybox/libbb/getopt_ulflags.c	2005-10-05 12:28:55 UTC (rev 11767)
@@ -132,7 +132,7 @@
 
 	llist_t *my_b = NULL;
 	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);
 	while (my_b) { dosomething_with(my_b->data) ; my_b = my_b->link; }
 	if (verbose_level) bb_printf("verbose\n");




More information about the busybox-cvs mailing list