Skip to content

Commit

Permalink
Fixed typos, occurence to occurrence, seach to search
Browse files Browse the repository at this point in the history
  • Loading branch information
EasiestSoft authored and sharkdp committed Dec 19, 2019
1 parent 19e5d6e commit 32fdbb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ fn usage() -> HashMap<&'static str, Help> {
, "Perform a glob-based search instead of a regular expression search.");
doc!(h, "regex"
, "Perform a regex-based search"
, "Perform a regular-expression based seach (default). This can be used to override --glob.");
, "Perform a regular-expression based search (default). This can be used to override --glob.");
doc!(h, "fixed-strings"
, "Treat the pattern as a literal string"
, "Treat the pattern as a literal string instead of a regular expression.");
Expand Down Expand Up @@ -365,7 +365,7 @@ fn usage() -> HashMap<&'static str, Help> {
, "Execute a command with all search results at once.\n\
All arguments following --exec-batch are taken to be arguments to the command until the \
argument ';' is encountered.\n\
A single occurence of the following placeholders is authorized and substituted by the paths derived from the \
A single occurrence of the following placeholders is authorized and substituted by the paths derived from the \
search results before the command is executed:\n \
'{}': path\n \
'{/}': basename\n \
Expand Down

0 comments on commit 32fdbb1

Please sign in to comment.