From 1b4a79207146ec378ea43de78fbf5c91d82d8355 Mon Sep 17 00:00:00 2001 From: Mikolaj Boc Date: Wed, 17 Aug 2022 15:29:43 +0200 Subject: [PATCH] Make it clear that a hyphen may be used to log to stdout in qtest Clarify that the hyphen is the actual character that one can use. The way the documentation was written might have been misleading. Pick-to: 6.4 Change-Id: I55a9ede9903a8ac5bd33d8e138b3a0a21a820406 Reviewed-by: Paul Wicking --- src/testlib/doc/src/qttestlib-manual.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testlib/doc/src/qttestlib-manual.qdoc b/src/testlib/doc/src/qttestlib-manual.qdoc index c99c947253b..99ef67dcf7a 100644 --- a/src/testlib/doc/src/qttestlib-manual.qdoc +++ b/src/testlib/doc/src/qttestlib-manual.qdoc @@ -224,7 +224,7 @@ \li \c -o \e{filename,format} \br Writes output to the specified file, in the specified format (one of \c txt, \c csv, \c junitxml, \c xml, \c lightxml, \c teamcity - or \c tap). The special filename \c - may be used to log to + or \c tap). Use the special filename \c{-} (hyphen) to log to standard output. \li \c -o \e filename \br Writes output to the specified file.