From 2f18903b293eaee4060a0589fa35ee03fb90bf86 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Thu, 6 Feb 2020 21:52:09 +0100 Subject: [PATCH] Fix zsh autocompletion problem, closes #487 --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index 8be6f94..a44b3ee 100644 --- a/src/app.rs +++ b/src/app.rs @@ -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). \