PostGIS 3.6.2dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ usage()

static void usage ( )
static

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

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

References S2P_RCSID.

Referenced by main().

Here is the caller graph for this function: