diff --git a/backend/src/main.rs b/backend/src/main.rs index 1cef0fc..262e03b 100644 --- a/backend/src/main.rs +++ b/backend/src/main.rs @@ -40,7 +40,6 @@ struct Opts { #[clap( required = false, long = "denylist", - default_value = "Earth", about = "Space delimited list of chains that are not allowed to connect to telemetry. Case sensitive." )] denylist: Vec,