Skip to content

Commit cd31e77

Browse files
committed
[rust] Include webview2 in the browser name cli help
1 parent 343c75e commit cd31e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ use std::process::exit;
4141
{usage-heading} {usage}
4242
{all-args}")]
4343
struct Cli {
44-
/// Browser name (chrome, firefox, edge, iexplorer, safari, or safaritp)
44+
/// Browser name (chrome, firefox, edge, iexplorer, safari, safaritp, or webview2)
4545
#[clap(long, value_parser)]
4646
browser: Option<String>,
4747

0 commit comments

Comments
 (0)