Skip to content

Commit 6764dc6

Browse files
committed
Cleanup of help texts and man page
1 parent b0822a6 commit 6764dc6

File tree

3 files changed

+148
-176
lines changed

3 files changed

+148
-176
lines changed

docs/osm2pgsql.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@ This is the default and should be typically used.
224224
.RE
225225
.TP
226226
.B \-x, \-\-extra\-attributes
227-
Include attributes for each object in the database.
228-
This includes the username, userid, timestamp and version.
229-
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.
230230
.RS
231231
.RE
232232
.TP

docs/osm2pgsql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)