diff --git a/rust/src/main.rs b/rust/src/main.rs index aaff3c97320c6..a97e5c2851de5 100644 --- a/rust/src/main.rs +++ b/rust/src/main.rs @@ -41,7 +41,7 @@ use std::process::exit; {usage-heading} {usage} {all-args}")] struct Cli { - /// Browser name (chrome, firefox, edge, iexplorer, safari, or safaritp) + /// Browser name (chrome, firefox, edge, iexplorer, safari, safaritp, or webview2) #[clap(long, value_parser)] browser: Option,