yaffs: Update year to 2011 in copyrights etc.
[yaffs2.git] / direct / timothy_tests / quick_tests / quick_tests.c
index f0fb0211d2679093db26842349a35db7ea3cc3af..a3f6463304d3ec866645db8e413ee90fb8dd83ee 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2010 Aleph One Ltd.
+ * Copyright (C) 2002-2011 Aleph One Ltd.
  *   for Toby Churchill Ltd and Brightstar Engineering
  *
  * Created by Timothy Manning <timothy@yaffs.net>
@@ -151,14 +151,14 @@ void get_error(void)
 void init_quick_tests(int argc, char *argv[])
 {
        int trace=0;
-int new_option;
+       int new_option;
        int x=0;        
        do{
                new_option=getopt_long(argc,argv,short_options,long_options,NULL);              
-               if (0==strcmp(argv[x],"-h")){
+               if (new_option=='h'){
                        printf("help\n");
                        printf("-h will print the commands available\n");
-                       printf("-c will continue after a test failes else the program will exit\n");
+                       printf("-c will continue after a test fails else the program will exit\n");
                        printf("-v will print all messages\n");
                        printf("-q quiet mode only the number of tests passed and failed will be printed\n");
                        printf("-t [number] set yaffs_trace to number\n");