branch: externals/urgrep commit 2f3d5402b78a70f442808a274bc077a3da950f66 Author: Jim Porter <jporterb...@gmail.com> Commit: Jim Porter <jporterb...@gmail.com>
Eshell builtin now supports multiple paths, so add some ellipses --- urgrep.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urgrep.el b/urgrep.el index 1ce6b98ba4..95c386ace0 100644 --- a/urgrep.el +++ b/urgrep.el @@ -1323,7 +1323,7 @@ This is meant to be used as a command in Eshell." "number of lines of trailing context to print") ;; General options (?h "help" nil nil "show this help message") - :usage "[OPTION]... PATTERN [PATH] + :usage "[OPTION]... PATTERN [PATH]... Recursively search for PATTERN within PATH.") (unless args (error "Expected a search pattern")) (let* ((query (car args))