summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2018-12-05 14:40:51 +0100
committerOliver Wolff <oliver.wolff@qt.io>2018-12-06 06:31:08 +0000
commit0a47462880d27120963605be3389f5b1db0f6aea (patch)
tree3b20b5f611c0398370cbf3d2d4f215ae1c9e8a4a
parent920dee7f84c599c97c4120499d37dfe56550a3b3 (diff)
downloadqtdoc-0a47462880d27120963605be3389f5b1db0f6aea.tar.gz
winrt: Update winrtrunner's help output
Change-Id: I7b416fc3a297a4af4c40e947940a8bc1d83c921a Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--doc/src/platforms/winrt.qdoc34
1 files changed, 20 insertions, 14 deletions
diff --git a/doc/src/platforms/winrt.qdoc b/doc/src/platforms/winrt.qdoc
index db45871e..99264f7a 100644
--- a/doc/src/platforms/winrt.qdoc
+++ b/doc/src/platforms/winrt.qdoc
@@ -230,27 +230,27 @@
applications. It can be used from the command line, or invoked by the IDE.
\badcode
- Usage: winrtrunner.exe [options] package [arguments]
+ Usage: winrtrunner [options] package [arguments]
winrtrunner installs, runs, and collects test results for packages made with Qt.
Options:
- --test Installs, starts, collects output, stops (if
- needed), and uninstalls the package. This is
+ --test Install, start, collect output, stop (if
+ needed), and uninstall the package. This is
the default action of winrtrunner.
- --start Starts the package. The package is installed
+ --start Start the package. The package is installed
if it is not already installed. Pass
--install to force reinstallation.
- --debug <debugger> Starts the package with the debugger
+ --debug <debugger> Start the package with the debugger
attached. The package is installed if it is
not already installed. Pass --install to
force reinstallation.
- --debugger-arguments <arguments> Sets the arguments to be passed to the
- debugger when --debug is used. If no
- debugger was provided, this option is ignored.
- --suspend Suspends a running package. When combined
+ --debugger-arguments <arguments> Arguments that are passed to the debugger
+ when --debug is used. If no debugger was
+ provided this option is ignored.
+ --suspend Suspend a running package. When combined
with --stop or --test, the app will be
suspended before being terminated.
- --stop Terminates a running package. Can be be
+ --stop Terminate a running package. Can be be
combined with --start and --suspend.
--wait <seconds> If the package is running, waits the given
number of seconds before continuing to the
@@ -263,14 +263,20 @@
available devices. The default device is the
first device found for the active run
profile.
- --profile <name> Forces a particular run profile.
- --list-devices Lists the available devices (for use with
+ --profile <name> Force a particular run profile.
+ --list-devices List the available devices (for use with
--device).
- --verbose <level> Sets the verbosity level of the message output
+ --verbose <level> The verbosity level of the message output
(0 - silent, 1 - info, 2 - debug). Defaults
to 1.
- --ignore-errors Always exits with code 0, regardless of the
+ --ignore-errors Always exit with code 0, regardless of the
error state.
+ --loopbackexempt <mode> Enables localhost communication for
+ clients,servers or both. Adding this
+ possibility for servers needs elevated
+ rights and might ask for these in a
+ dialog.Possible values: client, server,
+ clientserver
-?, -h, --help Displays this help.
Arguments: