mtd/util nanddump.c,1.22,1.23

Artem Bityuckiy dedekind at infradead.org
Thu Dec 2 12:23:53 EST 2004


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

Modified Files:
	nanddump.c 
Log Message:
Fix longgetopt too.


Index: nanddump.c
===================================================================
RCS file: /home/cvs/mtd/util/nanddump.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- nanddump.c	2 Dec 2004 17:21:57 -0000	1.22
+++ nanddump.c	2 Dec 2004 17:23:50 -0000	1.23
@@ -86,7 +86,7 @@
 			{"ignoreerrors", no_argument, 0, 'i'},
 			{"prettyprint", no_argument, 0, 'p'},
 			{"omitoob", no_argument, 0, 'o'},
-			{"start", required_argument, 0, 'a'},
+			{"startaddress", required_argument, 0, 's'},
 			{"length", required_argument, 0, 'l'},
 			{0, 0, 0, 0},
 		};





More information about the linux-mtd-cvs mailing list