summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6887371)
raw | patch | inline | side by side (parent: 6887371)
author | Rekhesh Mohan <reks@iiap.res.in> | |
Sat, 7 Jul 2012 07:46:37 +0000 (13:16 +0530) | ||
committer | Rekhesh Mohan <reks@iiap.res.in> | |
Sat, 7 Jul 2012 07:46:37 +0000 (13:16 +0530) |
src/fits2jpeg.c | patch | blob | history |
diff --git a/src/fits2jpeg.c b/src/fits2jpeg.c
--- a/src/fits2jpeg.c
+++ b/src/fits2jpeg.c
/*-------------------- 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':