Index: trunk/stac/src/shift.c
===================================================================
--- trunk/stac/src/shift.c	(revision 3669)
+++ trunk/stac/src/shift.c	(revision 3673)
@@ -11,11 +11,11 @@
 {
     fprintf (stderr, "shift: shift an image, given the transformation\n"
-	     "Usage: %s [-h] [-v] [-s NX NY] OUT IN\n"
+	     "Usage: %s [-h] [-v] [-s NX NY] IN OUT\n"
 	     "where\n"
 	     "\t-h           Help (this info)\n"
 	     "\t-v           Increase verbosity level\n"
 	     "\t-s NX NY     Size of output image\n"
-	     "\tOUT          Output image\n"
-	     "\tIN           Input image, which has associated .map file.\n",
+	     "\tIN           Input image, which has associated .map file\n"
+	     "\tOUT          Output image\n",
 	     programName
 	);
