IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2005, 5:59:11 PM (21 years ago)
Author:
Paul Price
Message:

Programs seem to be working nicely.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/shift.c

    r3669 r3673  
    1111{
    1212    fprintf (stderr, "shift: shift an image, given the transformation\n"
    13              "Usage: %s [-h] [-v] [-s NX NY] OUT IN\n"
     13             "Usage: %s [-h] [-v] [-s NX NY] IN OUT\n"
    1414             "where\n"
    1515             "\t-h           Help (this info)\n"
    1616             "\t-v           Increase verbosity level\n"
    1717             "\t-s NX NY     Size of output image\n"
    18              "\tOUT          Output image\n"
    19              "\tIN           Input image, which has associated .map file.\n",
     18             "\tIN           Input image, which has associated .map file\n"
     19             "\tOUT          Output image\n",
    2020             programName
    2121        );
Note: See TracChangeset for help on using the changeset viewer.