Skip to content

Commit

Permalink
improve help text
Browse files Browse the repository at this point in the history
  • Loading branch information
code-inflation committed Dec 26, 2023
1 parent c07b862 commit 7d8e94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub struct SpeedTestCLIOptions {
#[arg(value_parser = parse_output_format, short, long, default_value_t = OutputFormat::StdOut)]
pub output_format: OutputFormat,

/// Enable verbose output i.e. print out boxplots of the measurements
/// Enable verbose output i.e. print boxplots of the measurements
#[arg(short, long)]
pub verbose: bool,

Expand Down

0 comments on commit 7d8e94d

Please sign in to comment.