mtd/util mkfs.jffs2.c,1.37,1.38

David Woodhouse dwmw2 at infradead.org
Thu May 8 03:35:31 EDT 2003


Update of /home/cvs/mtd/util
In directory phoenix.infradead.org:/tmp/cvs-serv28072

Modified Files:
	mkfs.jffs2.c 
Log Message:
Put back non-bogus double colon which means 'optional' argument :)


Index: mkfs.jffs2.c
===================================================================
RCS file: /home/cvs/mtd/util/mkfs.jffs2.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- mkfs.jffs2.c	7 May 2003 20:59:16 -0000	1.37
+++ mkfs.jffs2.c	8 May 2003 07:35:28 -0000	1.38
@@ -1220,7 +1220,7 @@
 	struct filesystem_entry *root;
 
 	while ((opt = getopt_long(argc, argv, 
-					"D:d:r:s:o:qUPfh?vVe:lbp:nc:", long_options, &c)) >= 0) 
+					"D:d:r:s:o:qUPfh?vVe:lbp::nc:", long_options, &c)) >= 0) 
 	{
 		switch (opt) {
 			case 'D':




More information about the linux-mtd-cvs mailing list