]> granicus.if.org Git - postgis/commitdiff
revert option for -s. Ticket #2891
authorBborie Park <bkpark at ucdavis.edu>
Mon, 11 Aug 2014 03:23:05 +0000 (03:23 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Mon, 11 Aug 2014 03:23:05 +0000 (03:23 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12882 b70326c6-7e19-0410-871a-916f4a2858ee

raster/loader/raster2pgsql.c

index 25870e9a07414941a3afc48c893364ccc94c5afe..4bfb56c224a6cec872ff61cfab2dc978c0b0efb7 100644 (file)
@@ -329,12 +329,19 @@ usage() {
                "\n"
                "OPTIONS:\n"
        ));
+       /*
        printf(_(
                "  -s [<from>:]<srid> Set the SRID field. Defaults to %d.\n"
                "     Optionally reprojects from given SRID (cannot be used with -Y).\n"
                "     Raster's metadata will be checked to determine an appropriate SRID.\n"
                "     If a srid of %d is provided (either as from or as target).\n"
        ), SRID_UNKNOWN, SRID_UNKNOWN);
+       */
+       printf(_(
+               "  -s <srid> Set the SRID field. Defaults to %d. If SRID not\n"
+               "     provided or is %d, raster's metadata will be checked to\n"
+               "     determine an appropriate SRID.\n"
+       ), SRID_UNKNOWN, SRID_UNKNOWN);
        printf(_(
                "  -b <band> Index (1-based) of band to extract from raster. For more\n"
                "      than one band index, separate with comma (,). Ranges can be\n"