- Timestamp:
- Feb 15, 2012, 2:30:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/help.c
r33270 r33274 2 2 3 3 void relphot_usage (void) { 4 fprintf (stderr, "ERROR: USAGE: relphot ( region) (photcode)\n");5 fprintf (stderr, " or: relphot (photcode ) -region RA RA DEC DEC\n");4 fprintf (stderr, "ERROR: USAGE: relphot (photcodes) -region RA RA DEC DEC\n"); 5 fprintf (stderr, " or: relphot (photcodes) -catalog (name)\n"); 6 6 fprintf (stderr, " or: relphot -averages -region RA RA DEC DEC\n"); 7 7 fprintf (stderr, " use -h for more usage information\n"); … … 18 18 19 19 show_help: 20 fprintf (stderr, "ERROR: USAGE: relphot ( region) (photcode)\n");21 fprintf (stderr, " or: relphot (photcode) - region RA RA DEC DEC\n");20 fprintf (stderr, "ERROR: USAGE: relphot (photcode) -region RA RA DEC DEC\n"); 21 fprintf (stderr, " or: relphot (photcode) -catalog (name)\n"); 22 22 fprintf (stderr, " or: relphot -averages -region RA RA DEC DEC\n"); 23 23 fprintf (stderr, " options: \n");
Note:
See TracChangeset
for help on using the changeset viewer.
