Add a --no-progress switch to render_expired (#351)

When running `render_expired` as part of regular updates lots of progress messages just clog up the logs.
This commit is contained in:
Tom Hughes
2023-11-26 01:31:52 +00:00
committed by GitHub
parent 2577716b0f
commit e94fde2982
2 changed files with 11 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.TH RENDER_EXPIRED 1 "May 21, 2022"
.TH RENDER_EXPIRED 1 "Nov 25, 2023"
.\" Please adjust this date whenever revising the manpage.
.SH NAME
render_expired \- expires a list of map tiles so that they get re-rendered.
@ -65,6 +65,9 @@ When expiring tiles of ZOOM or higher, delete them instead of re-rendering (defa
\fB\-T\fR|\-\-touch-from=ZOOM
when expiring tiles of ZOOM or higher, touch them instead of re-rendering (default is off)
.TP
\-\-no-progress
Disable display of progress messages (default is off)
.TP
\fB\-h\fR|\-\-help
Print out a help text for render_expired
.TP