Skip to content

Commit

Permalink
[rust] Include webview2 in the browser name cli help
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Nov 3, 2023
1 parent 343c75e commit cd31e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<String>,

Expand Down

0 comments on commit cd31e77

Please sign in to comment.