mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-18 01:40:34 +01:00
Fix typo at max-buffer-time's help message
"tothe" -> "to the"
This commit is contained in:
parent
cdf737bf5c
commit
f7a96bd980
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ fn usage() -> HashMap<&'static str, Help> {
|
||||||
CPU cores)");
|
CPU cores)");
|
||||||
doc!(h, "max-buffer-time"
|
doc!(h, "max-buffer-time"
|
||||||
, "the time (in ms) to buffer, before streaming to the console"
|
, "the time (in ms) to buffer, before streaming to the console"
|
||||||
, "Amount of time in milliseconds to buffer, before streaming the search results to\
|
, "Amount of time in milliseconds to buffer, before streaming the search results to \
|
||||||
the console.");
|
the console.");
|
||||||
doc!(h, "pattern"
|
doc!(h, "pattern"
|
||||||
, "the search pattern, a regular expression (optional)");
|
, "the search pattern, a regular expression (optional)");
|
||||||
|
|
Loading…
Reference in a new issue