We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c99fd commit 4b0e5a1Copy full SHA for 4b0e5a1
crates/core/flags/defs.rs
@@ -1347,9 +1347,10 @@ impl Flag for Histogram {
1347
r"Print a histogram of the matches"
1348
}
1349
fn doc_long(&self) -> &'static str {
1350
- r"
1351
---histogram NUM means that the bins of the histograms are NUM characters wide. In the output the numbers are the counts in these bins.
1352
- "
+ r"
+The offset of the match and the specified bin size
+(NUM) of this argument are used to determine which bin gets
1353
+incremented for every match."
1354
1355
1356
fn update(&self, v: FlagValue, args: &mut LowArgs) -> anyhow::Result<()> {
0 commit comments