mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 17:35:16 +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)");
|
||||
doc!(h, "max-buffer-time"
|
||||
, "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.");
|
||||
doc!(h, "pattern"
|
||||
, "the search pattern, a regular expression (optional)");
|
||||
|
|
Loading…
Reference in a new issue