mtd/util nanddump.c,1.21,1.22
Artem Bityuckiy
dedekind at infradead.org
Thu Dec 2 12:21:59 EST 2004
Update of /home/cvs/mtd/util
In directory phoenix.infradead.org:/tmp/cvs-serv25918
Modified Files:
nanddump.c
Log Message:
Fix the opt name in getopts() call too.
Index: nanddump.c
===================================================================
RCS file: /home/cvs/mtd/util/nanddump.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- nanddump.c 2 Dec 2004 17:08:13 -0000 1.21
+++ nanddump.c 2 Dec 2004 17:21:57 -0000 1.22
@@ -79,7 +79,7 @@
for (;;) {
int option_index = 0;
- static const char *short_options = "a:f:il:op";
+ static const char *short_options = "s:f:il:op";
static const struct option long_options[] = {
{"help", no_argument, 0, 0},
{"version", no_argument, 0, 0},
More information about the linux-mtd-cvs
mailing list