Skip to content

Commit 98f833a

Browse files
committed
fix typo
1 parent 94c33e5 commit 98f833a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Examples
106106
- Field ranges: `csvtk cut -f 2-4` for column 2,3,4 or `csvtk cut -f -3--1` for discarding column 1,2,3
107107
- All fields: `csvtk cut -F -f "*"`
108108

109-
1. Search by selected fields (`grep`) (matched parts will be *highlight* as red)
109+
1. Search by selected fields (`grep`) (matched parts will be highlighted as red)
110110

111111
- By exactly matching: `csvtk grep -f first_name -p Robert -p Rob`
112112
- By regular expression: `csvtk grep -f first_name -r -p Rob`

doc/docs/download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
- [csvtk v0.2.6](https://github.com/shenwei356/csvtk/releases/tag/v0.2.6)
1010
- fix one error message of `grep`
11-
- colorfy result of `grep`
11+
- highlight matched fields in result of `grep`
1212

1313
## Installation
1414

doc/docs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Columns are sample IDs in format of "GROUP.ID"
7474
Deferribacteres,.17,.00,.24,.01,.01,.01
7575
Tenericutes,.00,.00,.00,.01,.03,.02
7676

77-
1. Search some rows by fields. Matched parts will be *highlight* as red
77+
1. Search some rows by fields. Matched parts will be highlighted as red
7878

7979
$ csvtk grep -f Taxonomy -r -p "tes" otu_table.gAB.csv -T
8080

doc/site

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 7ebf808b253f2ffd3911828f34b6575c3af7dcbb
1+
Subproject commit bcccb3cfda812f39ad4e5d4828f487a92f382bb5

0 commit comments

Comments
 (0)