diff --git a/pages/common/cppclean.md b/pages/common/cppclean.md index e2558d681a..3e240a73bb 100644 --- a/pages/common/cppclean.md +++ b/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}}`