Fix zsh autocompletion problem, closes #487

This commit is contained in:
sharkdp 2020-02-06 21:52:09 +01:00
parent b63e43b40f
commit 2f18903b29
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ fn usage() -> HashMap<&'static str, Help> {
, "Amount of time in milliseconds to buffer, before streaming the search results to \
the console.");
doc!(h, "pattern"
, "the search pattern: a regular expression unless '--glob' is used (optional)");
, "the search pattern - a regular expression unless '--glob' is used (optional)");
doc!(h, "path"
, "the root directory for the filesystem search (optional)"
, "The directory where the filesystem search is rooted (optional). \