소스 검색

cppclean: updated page

Thomas BARUSSEAU 7 년 전
부모
커밋
fc26f34a0b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/common/cppclean.md

+ 2 - 2
pages/common/cppclean.md

@@ -14,6 +14,6 @@
 
 `cppclean {{main.cpp}}`
 
-- Run on the current directory, excluding the "node_modules" directory:
+- Run on the current directory, excluding the "build" directory:
 
-`cppclean {{.}} --exclude={{node_modules}}`
+`cppclean {{.}} --exclude={{build}}`