Browse Source

Remove extra quote character.

Juan Leñero 7 years ago
parent
commit
512bd35b61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/linux/pdfgrep.md

+ 1 - 1
pages/linux/pdfgrep.md

@@ -20,4 +20,4 @@
 
 
 - Find pattern recursively on files that match a specific glob:
 - Find pattern recursively on files that match a specific glob:
 
 
-`pdfgrep --recursive --include {{'*book.pdf'}} {{pattern}}'`
+`pdfgrep --recursive --include {{'*book.pdf'}} {{pattern}}`