doc: fix quoting of git ls-files arguments

This commit is contained in:
hjk
2011-01-25 08:17:57 +01:00
parent 20f16c40ab
commit bb370a74b8

View File

@@ -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