Definition at line 3474 of file shp2pgsql-gui.c.
 3476         printf(
"RCSID: %s RELEASE: %s\n", 
S2P_RCSID, POSTGIS_VERSION);
 
 3477         printf(
"USAGE: shp2pgsql-gui [options]\n");
 
 3478         printf(
"OPTIONS:\n");
 
 3479         printf(
"  -U <username>\n");
 
 3480         printf(
"  -W <password>\n");
 
 3481         printf(
"  -h <host>\n");
 
 3482         printf(
"  -p <port>\n");
 
 3483         printf(
"  -d <database>\n");
 
 3484         printf(
"  -? Display this help screen\n");
 
 
References S2P_RCSID.
Referenced by main().