mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(gateway): fix bad docs on --no-telemetry flag (#7127)
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user