diff options
| -rw-r--r-- | nanddump.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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'}, | 
