From: Bborie Park Date: Mon, 11 Aug 2014 03:23:05 +0000 (+0000) Subject: revert option for -s. Ticket #2891 X-Git-Tag: 2.2.0rc1~893 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3bc47bfe9348fcfcf6615906384d7208d659cba;p=postgis revert option for -s. Ticket #2891 git-svn-id: http://svn.osgeo.org/postgis/trunk@12882 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/loader/raster2pgsql.c b/raster/loader/raster2pgsql.c index 25870e9a0..4bfb56c22 100644 --- a/raster/loader/raster2pgsql.c +++ b/raster/loader/raster2pgsql.c @@ -329,12 +329,19 @@ usage() { "\n" "OPTIONS:\n" )); + /* printf(_( " -s [:] 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 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 Index (1-based) of band to extract from raster. For more\n" " than one band index, separate with comma (,). Ranges can be\n"