Skip to content

Commit 54dcdd7

Browse files
authored
Merge pull request #1349 from joto/help-man
Various cleanups on help texts etc
2 parents 6072cb3 + 6764dc6 commit 54dcdd7

File tree

4 files changed

+155
-181
lines changed

4 files changed

+155
-181
lines changed

docs/osm2pgsql.1

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ greatly increased.
169169
.RE
170170
.TP
171171
.B \-\-drop
172-
Drop the slim mode tables from the database once the import is complete.
172+
Drop the slim mode tables from the database and the flat node file once
173+
the import is complete.
173174
This can greatly reduce the size of the database, as the slim mode
174175
tables typically are the same size, if not slightly bigger than the main
175176
tables.
@@ -223,9 +224,9 @@ This is the default and should be typically used.
223224
.RE
224225
.TP
225226
.B \-x, \-\-extra\-attributes
226-
Include attributes for each object in the database.
227-
This includes the username, userid, timestamp and version.
228-
Note: this option also requires additional entries in your style file.
227+
Include attributes of each object in the middle tables and make them
228+
available to the outputs.
229+
Attributes are: user name, user id, changeset id, timestamp and version.
229230
.RS
230231
.RE
231232
.TP

docs/osm2pgsql.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ mandatory for short options too.
126126
will likely be greatly increased.
127127

128128
\--drop
129-
: Drop the slim mode tables from the database once the import is complete. This can
129+
: Drop the slim mode tables from the database and the flat node file once the import is complete. This can
130130
greatly reduce the size of the database, as the slim mode tables typically are the same
131131
size, if not slightly bigger than the main tables. It does not, however, reduce the
132132
maximum spike of disk usage during import. It can furthermore increase the import speed,
@@ -159,9 +159,9 @@ mandatory for short options too.
159159
default and should be typically used.
160160

161161
-x, \--extra-attributes
162-
: Include attributes for each object in the database.
163-
This includes the username, userid, timestamp and version.
164-
Note: this option also requires additional entries in your style file.
162+
: Include attributes of each object in the middle tables and make them
163+
available to the outputs. Attributes are: user name, user id, changeset id,
164+
timestamp and version.
165165

166166
\--flat-nodes=FILENAME
167167
: The flat-nodes mode is a separate method to store slim mode node information on disk.

0 commit comments

Comments
 (0)