Bump dependencies (#293)

This commit is contained in:
Maciej Hirsz
2020-10-26 19:57:51 +01:00
committed by GitHub
parent ea566ee95f
commit 0ff63abf35
3 changed files with 1266 additions and 1242 deletions
+1 -1
View File
@@ -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'"