Przeglądaj źródła

Remove extra quote character.

Juan Leñero 7 lat temu
rodzic
commit
512bd35b61
1 zmienionych plików z 1 dodań i 1 usunięć
  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}}`