From bb370a74b83d27d44980480ba1c20e8232054378 Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 25 Jan 2011 08:17:57 +0100 Subject: [PATCH] doc: fix quoting of git ls-files arguments --- doc/qtcreator.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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