From 85fb7389af5643a1125f6ef109d1c54ae18e1bd3 Mon Sep 17 00:00:00 2001 From: David Peter Date: Sat, 13 Feb 2021 21:25:50 +0100 Subject: [PATCH] Shorter help text for `--exec` --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index 9df45cb..1496de8 100644 --- a/src/app.rs +++ b/src/app.rs @@ -295,7 +295,7 @@ pub fn build_app() -> App<'static, 'static> { .value_terminator(";") .value_name("cmd") .conflicts_with("list-details") - .help("Execute a command for each search result in parallel") + .help("Execute a command for each search result") .long_help( "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 \