mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-18 09:50:34 +01:00
Fix typos
This commit is contained in:
parent
ccdbc76f5a
commit
3c5d8a1e86
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ fn usage() -> HashMap<&'static str, Help> {
|
||||||
doc!(h, "exec"
|
doc!(h, "exec"
|
||||||
, "Execute a command for each search result"
|
, "Execute a command for each search result"
|
||||||
, "Execute a command for each search result.\n\
|
, "Execute a command for each search result.\n\
|
||||||
All arguments following -exec are are taken to be arguments to the command until the \
|
All arguments following --exec are taken to be arguments to the command until the \
|
||||||
argument ';' is encountered.\n\
|
argument ';' is encountered.\n\
|
||||||
Each occurrence of the following placeholders is substituted by a path derived from the \
|
Each occurrence of the following placeholders is substituted by a path derived from the \
|
||||||
current search result before the command is executed:\n \
|
current search result before the command is executed:\n \
|
||||||
|
|
Loading…
Reference in a new issue