Definition at line 3443 of file shp2pgsql-gui.c.
References S2P_RCSID.
Referenced by main().
3445 printf(
"RCSID: %s RELEASE: %s\n",
S2P_RCSID, POSTGIS_VERSION);
3446 printf(
"USAGE: shp2pgsql-gui [options]\n");
3447 printf(
"OPTIONS:\n");
3448 printf(
" -U <username>\n");
3449 printf(
" -W <password>\n");
3450 printf(
" -h <host>\n");
3451 printf(
" -p <port>\n");
3452 printf(
" -d <database>\n");
3453 printf(
" -? Display this help screen\n");