aboutsummaryrefslogtreecommitdiff
path: root/examples/Tooling/ClangCheck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Tooling/ClangCheck.cpp')
-rw-r--r--examples/Tooling/ClangCheck.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Tooling/ClangCheck.cpp b/examples/Tooling/ClangCheck.cpp
index 9f0b1dde70..41283759a1 100644
--- a/examples/Tooling/ClangCheck.cpp
+++ b/examples/Tooling/ClangCheck.cpp
@@ -28,8 +28,8 @@
//
// For example, to use clang-check on all files in a subtree of the source
// tree, use:
-// /path/to/cmake/sources $ find . -name '*.cpp' \
-// |xargs clang-check /path/to/cmake/build
+//
+// /path/in/subtree $ find . -name '*.cpp'| xargs clang-check /path/to/source
//
//===----------------------------------------------------------------------===//