1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 21:15:35 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}}`