Skip to content

Commit 4b0e5a1

Browse files
committed
update long definition
1 parent 29c99fd commit 4b0e5a1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

crates/core/flags/defs.rs

+4-3
Original file line numberDiff line numberDiff line change
@@ -1347,9 +1347,10 @@ impl Flag for Histogram {
13471347
r"Print a histogram of the matches"
13481348
}
13491349
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-
"
1350+
r"
1351+
The offset of the match and the specified bin size
1352+
(NUM) of this argument are used to determine which bin gets
1353+
incremented for every match."
13531354
}
13541355

13551356
fn update(&self, v: FlagValue, args: &mut LowArgs) -> anyhow::Result<()> {

0 commit comments

Comments
 (0)