Skip to content

Commit

Permalink
fix: spelling in help and README (hightlight -> highlight)
Browse files Browse the repository at this point in the history
  • Loading branch information
theKnightsOfRohan committed Mar 25, 2024
1 parent 65cda8a commit d7a05a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Key | Action

* `--filter <regex>`: Use this regex to filter rows to display by default.

* `--find <regex>`: Use this regex to find and hightlight matches by default.
* `--find <regex>`: Use this regex to find and highlight matches by default.

* `--echo-column <column_name>`: Print the value of this column at the selected
row to stdout on `Enter` key and then exit.
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ struct Args {
#[arg(long, value_name = "regex")]
filter: Option<String>,

/// Use this regex to find and hightlight matches by default
/// Use this regex to find and highlight matches by default
#[arg(long, value_name = "regex")]
find: Option<String>,

Expand Down

0 comments on commit d7a05a8

Please sign in to comment.