PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ usage()

static void usage ( )
static

Definition at line 3474 of file shp2pgsql-gui.c.

3475 {
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");
3485 }
#define S2P_RCSID

References S2P_RCSID.

Referenced by main().

Here is the caller graph for this function: