summaryrefslogtreecommitdiffstats
path: root/doc/operations.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/operations.qdoc')
-rw-r--r--doc/operations.qdoc13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/operations.qdoc b/doc/operations.qdoc
index fcd06fbbe..9e3ad7ee9 100644
--- a/doc/operations.qdoc
+++ b/doc/operations.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd.
+** Copyright (C) 2016 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Installer Framework.
@@ -11,14 +11,14 @@
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see http://qt.io/terms-conditions. For further
+** and conditions see http://www.qt.io/terms-conditions. For further
** information use the contact form at http://www.qt.io/contact-us.
**
** GNU Free Documentation License Usage
** Alternatively, this file may be used under the terms of the GNU Free
** Documentation License version 1.3 as published by the Free Software
** Foundation and appearing in the file included in the packaging of
-** this file. Please review the following information to ensure
+** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
** $QT_END_LICENSE$
@@ -246,13 +246,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
*/