Skip to content

Commit

Permalink
Shorter help text for --exec
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Feb 13, 2021
1 parent eb28030 commit 85fb738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 85fb738

Please sign in to comment.