Changeset 3673 for trunk/stac/src/shift.c
- Timestamp:
- Apr 5, 2005, 5:59:11 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/shift.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/shift.c
r3669 r3673 11 11 { 12 12 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" 14 14 "where\n" 15 15 "\t-h Help (this info)\n" 16 16 "\t-v Increase verbosity level\n" 17 17 "\t-s NX NY Size of output image\n" 18 "\t OUT Output image\n"19 "\t IN Input image, which has associated .map file.\n",18 "\tIN Input image, which has associated .map file\n" 19 "\tOUT Output image\n", 20 20 programName 21 21 );
Note:
See TracChangeset
for help on using the changeset viewer.
