Changeset 6117 for trunk/psphot/src/psphotTestArguments.c
- Timestamp:
- Jan 20, 2006, 8:57:16 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotTestArguments.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotTestArguments.c
r5993 r6117 8 8 psArgumentVerbosity (argc, argv); 9 9 10 if (*argc != 4) usage ();10 if (*argc != 7) usage (); 11 11 12 12 return; … … 15 15 static int usage () { 16 16 17 fprintf (stderr, "USAGE: psphotTest (input.fits) (output. hdr) (out.fits)\n");17 fprintf (stderr, "USAGE: psphotTest (input.fits) (output.jpg) (zero) (scale) (colormap) (rebin)\n"); 18 18 exit (2); 19 19 }
Note:
See TracChangeset
for help on using the changeset viewer.
