From c7684f3cbb999e4aac050f4be16914a7db2c7156 Mon Sep 17 00:00:00 2001 From: Timo Lindhorst Date: Tue, 5 Dec 2006 09:46:11 +0100 Subject: nanddump.c: fix up long_options Add the missing long option '--file'. From: Timo Lindhorst Signed-off-by: Timo Lindhorst Signed-off-by: Josh Boyer --- nanddump.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nanddump.c b/nanddump.c index ab39c04..8056790 100644 --- a/nanddump.c +++ b/nanddump.c @@ -91,6 +91,7 @@ void process_options (int argc, char *argv[]) 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'}, -- cgit v1.2.3