mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 17:35:16 +01:00
Shorter help text for --exec
This commit is contained in:
parent
eb28030f87
commit
85fb7389af
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue