summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/installerfw.qdoc8
-rw-r--r--doc/operations.qdoc4
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index 07859b0d9..2d0964359 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2017 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Installer Framework.
@@ -1034,15 +1034,15 @@
\li --verbose
\li Display additional information.
\row
- \li --update <file>
+ \li update <binary> <installerbase>
\li Update an existing installer or maintenance tool with a new
installer base.
\row
- \li --dump <folder>
+ \li dump <binary> <folder>
\li Dump the binary content that belongs to an installer or
maintenance tool into the target.
\row
- \li --operation <mode,name,args,...>
+ \li operation <mode,name,args,...>
\li Execute an operation with a list of arguments.
\c mode can be \c DO or \c UNDO, depending on whether the step
diff --git a/doc/operations.qdoc b/doc/operations.qdoc
index 565180658..52cf75e4e 100644
--- a/doc/operations.qdoc
+++ b/doc/operations.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2017 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Installer Framework.
@@ -252,7 +252,7 @@
For example, to test copying a file:
\code
- devtool --operation DO,Copy,<source>,<target>
+ devtool operation <binary> DO,Copy,<source>,<target>
\endcode
*/