diff options
Diffstat (limited to 'docs/LibASTMatchersTutorial.rst')
-rw-r--r-- | docs/LibASTMatchersTutorial.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LibASTMatchersTutorial.rst b/docs/LibASTMatchersTutorial.rst index 1e88ec203c9f..fe36511a0cf5 100644 --- a/docs/LibASTMatchersTutorial.rst +++ b/docs/LibASTMatchersTutorial.rst @@ -169,7 +169,7 @@ You should now be able to run the syntax checker, which is located in .. code-block:: console - cat "int main() { return 0; }" > test.cpp + echo "int main() { return 0; }" > test.cpp bin/loop-convert test.cpp -- Note the two dashes after we specify the source file. The additional |