From cd31e778d63477dac883081f48ed3bd60759cc20 Mon Sep 17 00:00:00 2001 From: Boni Garcia Date: Fri, 3 Nov 2023 10:59:41 +0100 Subject: [PATCH] [rust] Include webview2 in the browser name cli help --- rust/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,