chore(gateway): fix bad docs on --no-telemetry flag (#7127)

This commit is contained in:
Thomas Eizinger
2024-10-23 10:30:20 +11:00
committed by GitHub
parent 990324b2ec
commit 8ad290f024

View File

@@ -184,7 +184,7 @@ struct Cli {
#[arg(short = 'n', long, env = "FIREZONE_NAME")]
firezone_name: Option<String>,
/// Friendly name to display in the UI
/// Disable sentry.io crash-reporting agent.
#[arg(long, env = "FIREZONE_NO_TELEMETRY", default_value_t = false)]
no_telemetry: bool,