summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-05-27 16:02:05 +0200
committerKatja Marttila <katja.marttila@theqtcompany.com>2016-01-13 07:37:02 +0000
commitf9aaec3ff2d72acaa76217c8cfce22359346987f (patch)
tree2c7019dcd22ae1a3953d001680fd1c2fae10ba40 /doc
parentfe7f80421a41fe0a325170026a13d82ee678ba8a (diff)
Update documentation for --runoperation
Change-Id: I031f3e5ef7f23a92185a6ad35fe9575c06ba3eb9 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/operations.qdoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/operations.qdoc b/doc/operations.qdoc
index 7828f329d..99330698a 100644
--- a/doc/operations.qdoc
+++ b/doc/operations.qdoc
@@ -244,13 +244,12 @@
components that do not overwrite the component::createOperations() method. See also
component::autoCreateOperations.
- If errors occur, you can test operations manually on the uninstaller or
- installer. However, variables are not resolved, so you need to use absolute
- values.
+ If errors occur, you can test operations manually using the \c devtool. However,
+ variables are not resolved, so you need to use absolute values.
For example, to test copying a file:
\code
- Installer --runoperation "Copy" "<source>" "<target>"
+ devtool --operation DO,Copy,<source>,<target>
\endcode
*/