mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-06 01:57:59 +00:00
Bump dependencies (#293)
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ const ABOUT: &'static str = "This is the Telemetry Backend that injects and prov
|
||||
#[clap(name = NAME, version = VERSION, author = AUTHORS, about = ABOUT)]
|
||||
struct Opts {
|
||||
#[clap(
|
||||
short = "l",
|
||||
short = 'l',
|
||||
long = "listen",
|
||||
default_value = "127.0.0.1:8000",
|
||||
about = "This is the socket address Telemetry is listening to. This is restricted localhost (127.0.0.1) by default and should be fine for most use cases. If you are using Telemetry in a container, you likely want to set this to '0.0.0.0:8000'"
|
||||
|
||||
Reference in New Issue
Block a user