Skip to content

Commit

Permalink
fix help message for churn_pool_size
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Jun 16, 2023
1 parent d6f88f3 commit 3e19824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub struct InfoCliOptions {
/// Maximum NUM of file churns to be shown
#[arg(long, default_value_t = 3usize, value_name = "NUM")]
pub number_of_file_churns: usize,
/// Maximum NUM of commits from HEAD used to compute the churn summary
/// Minimum NUM of commits from HEAD used to compute the churn summary
///
/// By default, the actual value is non-deterministic due to time-based computation
/// and will be displayed under the info title "Churn (NUM)"
Expand Down

0 comments on commit 3e19824

Please sign in to comment.