</varlistentry>
<varlistentry>
- <term>-s <SRID></term>
+ <term>-s [<FROM_SRID%gt;:]<SRID></term>
<listitem>
<para>
Creates and populates the geometry tables with the specified SRID.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term>-r <SRID></term>
- <listitem>
- <para>
- Specifies that the input shapefile uses the given SRID. If -s is not
- specified, this SRID will be used to populate the geometry table. If
- -s is specified, the geometries will be reprojected to the SRID given
- in the -s parameter. If -G is specified, but -s is not, the geometries
- will be reprojected to 4326. This parameter cannot be used with -D.
+ Optionally specifies that the input shapefile uses the given
+ FROM_SRID, in which case the geometries will be reprojected to the
+ target SRID.
+ FROM_SRID cannot be specified with -D.
</para>
</listitem>
</varlistentry>