From: Bborie Park Date: Thu, 5 Apr 2012 00:27:42 +0000 (+0000) Subject: Fixed missing SVN revision tag in raster2pgsql's help X-Git-Tag: 2.0.1~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7187705875554bc17fc27ef5d108d9a6c0407f8;p=postgis Fixed missing SVN revision tag in raster2pgsql's help git-svn-id: http://svn.osgeo.org/postgis/trunk@9609 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/loader/raster2pgsql.c b/raster/loader/raster2pgsql.c index f7d2948ce..f7d52caf6 100644 --- a/raster/loader/raster2pgsql.c +++ b/raster/loader/raster2pgsql.c @@ -325,7 +325,7 @@ chartrim(const char *input, char *remove) { static void usage() { - printf(_("RELEASE: %s GDAL_VERSION=%d (%s)\n"), POSTGIS_VERSION, POSTGIS_GDAL_VERSION, RCSID ); + printf(_("RELEASE: %s GDAL_VERSION=%d (r%d)\n"), POSTGIS_LIB_VERSION, POSTGIS_GDAL_VERSION, POSTGIS_SVN_REVISION); printf(_( "USAGE: raster2pgsql [] [ [ ...]] [[.]]\n" " Multiple rasters can also be specified using wildcards (*,?).\n"