소스 검색

Remove extra quote character.

Juan Leñero 7 년 전
부모
커밋
512bd35b61
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}}`