aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-04-23 10:49:08 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-04-23 13:04:45 +0000
commitca2ad19ea60207b221d43dc5e4d28e90fa33bd11 (patch)
tree64bb83b2ce4347fc470e4d2a8624a427c151f832
parent508fce322c4715f32309e7ab959ef2630b73b553 (diff)
Documentation: Fix use of outdated command-line syntax
This was overlooked when we introduced the "config" key. Task-number: QBS-1332 Change-Id: I4b12c2a03995613f6c6956545c6ba2fd7c9feadd Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
-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
*/