authorRekhesh Mohan <reks@iiap.res.in>
Sat, 7 Jul 2012 07:46:37 +0000 (13:16 +0530)
committerRekhesh Mohan <reks@iiap.res.in>
Sat, 7 Jul 2012 07:46:37 +0000 (13:16 +0530)
src/fits2jpeg.c

index 58800fb..116251b 100644 (file)
@@ -170,7 +170,7 @@ int main(int argc, char *argv[], char *envp[])
     /*-------------------- Parse command line inputs ------------------------*/
 
     if (argc < 2) usage();  /* People who don't give any arguments need help */
-    while ( ( opt = my_getopt ( argc, argv, "s:e:r:h" ) ) != EOF )
+    while ( ( opt = my_getopt ( argc, argv, "s:r:h" ) ) != EOF )
         switch ( opt )
         {
         case 's':