summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@digia.com>2013-02-27 12:20:11 +0100
committerTim Jenssen <tim.jenssen@digia.com>2013-02-27 12:44:30 +0100
commit3a79600ec8bf643d9bd059a5047251a2316977d3 (patch)
treea4c77fac457df349aa1455a3e91a9ffbe770c927 /doc
parenta15321d7cb55255872ba6e97f00287f34c658842 (diff)
change test operation example to Copy
The RegisterQtInCreatorV23 was removed. Change-Id: Ib91ac95cd2896aebc1c41e4eac3051e5c1a4e5b2 Reviewed-by: Niels Weber <niels.weber@digia.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 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