mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
fix: 🐛 use dashes in CLI args instead of underscore
BREAKING CHANGE: renamed CLI args: keep_alive -> keep-alive, listen_addresses -> listen-addresses, pool_size -> pool-size Closes: #21
This commit is contained in:
parent
58a2868849
commit
13bec40ac0
@ -197,9 +197,9 @@ Options:
|
||||
-h --help Show this screen.
|
||||
-v --version Show version.
|
||||
--config=<path> Path to config file.
|
||||
--keep_alive=<n> Connection keep alive timeout [default: 75].
|
||||
--listen_addresses=<n> The socket address to bind [default: 0.0.0.0:3000].
|
||||
--pool_size=<n> Maximum connections pool size [default: 20].
|
||||
--keep-alive=<n> Connection keep alive timeout [default: 75].
|
||||
--listen-addresses=<n> The socket address to bind [default: 0.0.0.0:3000].
|
||||
--pool-size=<n> Maximum connections pool size [default: 20].
|
||||
--watch Scan for new sources on sources list requests
|
||||
--workers=<n> Number of web server workers.
|
||||
```
|
||||
|
@ -10,9 +10,9 @@ Options:
|
||||
-h --help Show this screen.
|
||||
-v --version Show version.
|
||||
--config=<path> Path to config file.
|
||||
--keep_alive=<n> Connection keep alive timeout [default: 75].
|
||||
--listen_addresses=<n> The socket address to bind [default: 0.0.0.0:3000].
|
||||
--pool_size=<n> Maximum connections pool size [default: 20].
|
||||
--keep-alive=<n> Connection keep alive timeout [default: 75].
|
||||
--listen-addresses=<n> The socket address to bind [default: 0.0.0.0:3000].
|
||||
--pool-size=<n> Maximum connections pool size [default: 20].
|
||||
--watch Scan for new sources on sources list requests
|
||||
--workers=<n> Number of web server workers.
|
||||
";
|
||||
|
Loading…
Reference in New Issue
Block a user