Use colon for consistency.

This commit is contained in:
Juan Leñero
2017-11-01 17:29:10 -05:00
committed by GitHub
parent da10a8fa0d
commit 403bd1720a

View File

@@ -10,7 +10,7 @@
`pdfgrep --with-filename --page-number {{pattern}} {{file.pdf}}`
- Do a case insensitive search for lines that begin with "foo" and return the first 3 matches.
- Do a case insensitive search for lines that begin with "foo" and return the first 3 matches:
`pdfgrep --max-count {{3}} --ignore-case {{'^foo'}} {{file.pdf}}`