aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-04-27 11:03:44 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-04-27 11:03:44 +0200
commit63dae4fee847cf8ce71a71adaa15a3a2c93ea7e8 (patch)
tree693337c26561f0387fe2e68a99b143525af30a4d /doc
parentf66a0df5b91fc38e261c0c857191064f9e02342c (diff)
parentece99a4c5f8710b11cd17ff48f4fc2d5ced645b3 (diff)
Merge 1.11 into master
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/cli/builtin/cli-build.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/cli/builtin/cli-build.qdoc b/doc/reference/cli/builtin/cli-build.qdoc
index a61e6601f..d2a418d85 100644
--- a/doc/reference/cli/builtin/cli-build.qdoc
+++ b/doc/reference/cli/builtin/cli-build.qdoc
@@ -113,6 +113,6 @@
size of the build artifacts will be optimized:
\code
- qbs build debug modules.cpp.treatWarningsAsErrors:true release modules.cpp.optimization:small
+ qbs build config:debug modules.cpp.treatWarningsAsErrors:true config:release modules.cpp.optimization:small
\endcode
*/