Skip to content

Commit f21b8c7

Browse files
authored
Update USAGE.md
1 parent 6151447 commit f21b8c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/USAGE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ A list of supported regex constructs can be found [here](https://intel.github.io
4646
The simplest of these is searching the current working directory for a single pattern. The following example searches the current directory for the literal pattern `mmap`.
4747

4848
![directory_search_stdout](images/directory_search_stdout.png)
49-
50-
The output indicates 4 matches across 2 different files.
51-
49+
5250
When piping `hypergrep` output to another program, e.g., `wc` or `cat`, the output changes to a different format where each line represents a line of output.
5351

5452
![directory_search_pipe](images/directory_search_pipe.png)

0 commit comments

Comments
 (0)