mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 17:35:16 +01:00
include similar change to src/app.rs after feeback
This commit is contained in:
parent
5d2e011e90
commit
eb28030f87
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue