Browse Source

Remove extra quote character.

Juan Leñero 7 năm trước cách đây
mục cha
commit
512bd35b61
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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:
 
-`pdfgrep --recursive --include {{'*book.pdf'}} {{pattern}}'`
+`pdfgrep --recursive --include {{'*book.pdf'}} {{pattern}}`