forked from qt-creator/qt-creator
doc: fix quoting of git ls-files arguments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user