From eb28030f87b3a902ede93c46fffa7880dcea3249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Archer=20St=C3=A9phane?= <2981437+stephane-archer@users.noreply.github.com> Date: Sat, 9 Jan 2021 23:33:35 +0800 Subject: [PATCH] include similar change to src/app.rs after feeback --- src/app.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.rs b/src/app.rs index 0b4e121..9df45cb 100644 --- a/src/app.rs +++ b/src/app.rs @@ -295,9 +295,9 @@ pub fn build_app() -> App<'static, 'static> { .value_terminator(";") .value_name("cmd") .conflicts_with("list-details") - .help("Execute a command for each search result") + .help("Execute a command for each search result in parallel") .long_help( - "Execute a command for each search result.\n\ + "Execute a command for each search result in parallel (use --threads=1 for sequential command execution).\n\ All arguments following --exec are taken to be arguments to the command until the \ argument ';' is encountered.\n\ Each occurrence of the following placeholders is substituted by a path derived from the \