]> granicus.if.org Git - postgis/commitdiff
Fixed missing SVN revision tag in raster2pgsql's help
authorBborie Park <bkpark at ucdavis.edu>
Thu, 5 Apr 2012 00:27:42 +0000 (00:27 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Thu, 5 Apr 2012 00:27:42 +0000 (00:27 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9609 b70326c6-7e19-0410-871a-916f4a2858ee

raster/loader/raster2pgsql.c

index f7d2948ce40ecfe3cec78168faf41b32da320705..f7d52caf6cdc677d3988b001ff59a72123490a5f 100644 (file)
@@ -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 [<options>] <raster>[ <raster>[ ...]] [[<schema>.]<table>]\n"
                "  Multiple rasters can also be specified using wildcards (*,?).\n"