Skip to content

Commit 6c5aed3

Browse files
authored
Process comments, textual improvements
1 parent 92a6215 commit 6c5aed3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_manual-v2/A-preparing-input-data.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,12 @@ Fetching updates is as simple as running:
130130

131131
This fetches data from the replication service, saves it in a temporary file
132132
and calls osm2pgsql with the given parameters to apply the changes. Note that
133-
osm2pgsql-replication makes sure to only fetch a limited amount of data at the
133+
osm2pgsql-replication makes sure to only fetch a limited amount of data at a
134134
time to make sure that it does not use up too much RAM. If more data is
135135
available it will repeat the download and call of osm2pgsql until the database
136-
is up to date (unless the option `--once` is used). You can change the amount
137-
of data downloaded per at once with `--max-diff-size`, the default is 500MB.
136+
is up to date. Use the option `--once` to stop after the first change file has
137+
been applied. You can change the amount of data downloaded at a time with
138+
`--max-diff-size`, the default is 500MB.
138139

139140
Sometimes you need to run additional commands after osm2pgsql has updated the
140141
database, for example, when you use the expiry function. You can use the

0 commit comments

Comments
 (0)