mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-11 14:30:24 +02:00
update long definition
This commit is contained in:
@ -1348,8 +1348,9 @@ impl Flag for Histogram {
|
|||||||
}
|
}
|
||||||
fn doc_long(&self) -> &'static str {
|
fn doc_long(&self) -> &'static str {
|
||||||
r"
|
r"
|
||||||
--histogram NUM means that the bins of the histograms are NUM characters wide. In the output the numbers are the counts in these bins.
|
The offset of the match and the specified bin size
|
||||||
"
|
(NUM) of this argument are used to determine which bin gets
|
||||||
|
incremented for every match."
|
||||||
}
|
}
|
||||||
|
|
||||||
fn update(&self, v: FlagValue, args: &mut LowArgs) -> anyhow::Result<()> {
|
fn update(&self, v: FlagValue, args: &mut LowArgs) -> anyhow::Result<()> {
|
||||||
|
Reference in New Issue
Block a user