mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-24 08:30:37 +00:00
pageserver: fix mistype in listen-http arg help
This commit is contained in:
committed by
Stas Kelvich
parent
d6fc74a412
commit
3065532f15
@@ -235,7 +235,7 @@ fn main() -> Result<()> {
|
||||
.long("listen-http")
|
||||
.alias("http_endpoint") // keep some compatibility
|
||||
.takes_value(true)
|
||||
.help("http endpoint address for for metrics and management API calls ip:port (default: 127.0.0.1:5430)"),
|
||||
.help("http endpoint address for metrics and management API calls ip:port (default: 127.0.0.1:5430)"),
|
||||
)
|
||||
.arg(
|
||||
Arg::with_name("daemonize")
|
||||
|
||||
Reference in New Issue
Block a user