* [PATCH] [MTD-UTILS] nanddump.c: fix up long_options
@ 2006-12-05 8:46 Timo Lindhorst
2006-12-05 11:44 ` Josh Boyer
0 siblings, 1 reply; 2+ messages in thread
From: Timo Lindhorst @ 2006-12-05 8:46 UTC (permalink / raw)
To: linux-mtd
Add the missing long option '--file'.
From: Timo Lindhorst <lindhors@linux.vnet.ibm.com>
Signed-off-by: Timo Lindhorst <lindhors@linux.vnet.ibm.com>
---
nanddump.c | 1 +
1 file changed, 1 insertion(+)
--- mtd-utils.git.orig/nanddump.c
+++ mtd-utils.git/nanddump.c
@@ -91,6 +91,7 @@ void process_options (int argc, char *ar
static const struct option long_options[] = {
{"help", no_argument, 0, 0},
{"version", no_argument, 0, 0},
+ {"file", required_argument, 0, 'f'},
{"ignoreerrors", no_argument, 0, 'i'},
{"prettyprint", no_argument, 0, 'p'},
{"omitoob", no_argument, 0, 'o'},
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-12-05 11:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-05 8:46 [PATCH] [MTD-UTILS] nanddump.c: fix up long_options Timo Lindhorst
2006-12-05 11:44 ` Josh Boyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox