Skip to content

Commit

Permalink
[rust] Include esr label in browser version for cli help
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Nov 3, 2023
1 parent cd31e77 commit bb4b80d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rust/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ struct Cli {
#[clap(long, value_parser)]
driver_version: Option<String>,

/// Major browser version (e.g., 105, 106, etc. Also: beta, dev, canary -or nightly- is accepted)
/// Major browser version (e.g., 105, 106, etc. Also: beta, dev, canary -or nightly-,
/// and esr -in Firefox- are accepted)
#[clap(long, value_parser)]
browser_version: Option<String>,

Expand Down

0 comments on commit bb4b80d

Please sign in to comment.