*
**********************************************************************
* $Log$
+ * Revision 1.43 2004/03/06 17:43:06 strk
+ * Added RCSID string in usage output
+ *
* Revision 1.42 2004/02/09 18:49:23 strk
* byte endiannes detected empirically
*
*
**********************************************************************/
+static char rcsid[] =
+ "$Id$";
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
void
usage(status)
{
+ printf("RCSID: %s\n", rcsid);
printf("USAGE: pgsql2shp [<options>] <database> [<schema>.]<table>\n");
printf("\n");
printf("OPTIONS:\n");
*
**********************************************************************
* $Log$
+ * Revision 1.50 2004/03/06 17:43:06 strk
+ * Added RCSID string in usage output
+ *
* Revision 1.49 2004/03/06 17:35:59 strk
* Added rcsid string to usage output
*
if (errflg==1) {
printf("\n**ERROR** invalid option or command parameters\n");
printf("\n");
- printf("VERSION: %s", rcsid);
- printf("\n");
+ printf("RCSID: %s\n", rcsid);
printf("USAGE: shp2pgsql [<options>] <shapefile> [<schema>.]<table>\n");
printf("\n");
printf("OPTIONS:\n");