Fix typo at max-buffer-time's help message

"tothe" -> "to the"
This commit is contained in:
Park Juhyung 2018-10-23 08:19:42 +09:00 committed by David Peter
parent cdf737bf5c
commit f7a96bd980

View file

@ -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)");