PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ usage()

static void usage ( )
static

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

3448 {
3449  printf("RCSID: %s RELEASE: %s\n", S2P_RCSID, POSTGIS_VERSION);
3450  printf("USAGE: shp2pgsql-gui [options]\n");
3451  printf("OPTIONS:\n");
3452  printf(" -U <username>\n");
3453  printf(" -W <password>\n");
3454  printf(" -h <host>\n");
3455  printf(" -p <port>\n");
3456  printf(" -d <database>\n");
3457  printf(" -? Display this help screen\n");
3458 }
#define S2P_RCSID

References S2P_RCSID.

Referenced by main().

Here is the caller graph for this function: