fix: remove confusing parameter description
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
parent
e9459b9cd2
commit
ac87447f29
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ program
|
||||||
)
|
)
|
||||||
.option(
|
.option(
|
||||||
'--mbtiles <file>',
|
'--mbtiles <file>',
|
||||||
'(DEPRECIATED) MBTiles file (uses demo configuration);\n' +
|
'(DEPRECIATED) MBTiles file\n' +
|
||||||
'\t ignored if file is also specified' +
|
'\t ignored if file is also specified' +
|
||||||
'\t ignored if the configuration file is also specified',
|
'\t ignored if the configuration file is also specified',
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue