mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-18 01:40:34 +01:00
Fix zsh autocompletion problem, closes #487
This commit is contained in:
parent
b63e43b40f
commit
2f18903b29
1 changed files with 1 additions and 1 deletions
|
@ -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). \
|
||||
|
|
Loading…
Reference in a new issue