public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [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

* Re: [PATCH] [MTD-UTILS] nanddump.c: fix up long_options
  2006-12-05  8:46 [PATCH] [MTD-UTILS] nanddump.c: fix up long_options Timo Lindhorst
@ 2006-12-05 11:44 ` Josh Boyer
  0 siblings, 0 replies; 2+ messages in thread
From: Josh Boyer @ 2006-12-05 11:44 UTC (permalink / raw)
  To: Timo Lindhorst; +Cc: linux-mtd

On Tue, 2006-12-05 at 09:46 +0100, Timo Lindhorst wrote:
> Add the missing long option '--file'.

It's been applied.  Thanks.

josh

^ 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