diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index 997c30641f2..b0a97c67205 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -7859,7 +7859,7 @@ To update the \tt{.files} on the \gui Git repository use the following script: \code - git ls-files *.cpp *.h > MyProject.files + git ls-files "*.cpp" "*.h" > MyProject.files \endcode \section1 Specifying Include Paths