From e7187705875554bc17fc27ef5d108d9a6c0407f8 Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Thu, 5 Apr 2012 00:27:42 +0000 Subject: [PATCH] Fixed missing SVN revision tag in raster2pgsql's help git-svn-id: http://svn.osgeo.org/postgis/trunk@9609 b70326c6-7e19-0410-871a-916f4a2858ee --- raster/loader/raster2pgsql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.40.0