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 <paul.wicking@qt.io>
This commit is contained in:
Mikolaj Boc 2022-08-17 15:29:43 +02:00
parent a6b55b3c46
commit 1b4a792071

View File

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