summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
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 26f5ac855..4a1c00bcf 100644
--- a/doc/operations.qdoc
+++ b/doc/operations.qdoc
@@ -33,12 +33,11 @@
\title Operations
- You can call operations manually on the uninstaller or installer.
+ You can test operations manually on the uninstaller or installer.
- For example, to register the Qt version in Qt Creator, call the
- "RegisterQtInCreatorV23" operation with the following syntax:
+ For example, to copy a file:
\code
- SDKMaintenanceTool --runoperation "RegisterQtInCreatorV23" "<displayname>" "<qtpath>" "<target: Symbian/Maemo/Desktop/Simulator/WinCE>" "<internal_ID>"
+ SDKMaintenanceTool --runoperation "Copy" "<source>" "<target>"
\endcode
\section1 Summary of Operations