printf(_( " -D Use postgresql dump format (defaults to SQL insert statements).\n" ));
printf(_( " -e Execute each statement individually, do not use a transaction.\n"
" Not compatible with -D.\n" ));
- printf(_( " -G Use geography type (requires lon/lat data or -r to reproject).\n" ));
+ printf(_( " -G Use geography type (requires lon/lat data or -s to reproject).\n" ));
printf(_( " -k Keep postgresql identifiers case.\n" ));
printf(_( " -i Use int4 type for all integer dbf fields.\n" ));
printf(_( " -I Create a spatial index on the geocolumn.\n" ));