summaryrefslogtreecommitdiffstats
path: root/doc/operations.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/operations.qdoc')
-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
*/