summaryrefslogtreecommitdiffstats
path: root/doc/operations.qdoc
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2020-03-16 10:21:26 +0200
committerKatja Marttila <katja.marttila@qt.io>2020-03-16 10:35:50 +0200
commitcf47ae2dcceeacb63d37dcffffa3ff37b1c50342 (patch)
treebe7382f930eff628261a70ee3774a5245ea5ea5b /doc/operations.qdoc
parent02a7a7b8c4e4cc8d5cb2ec64074d32a7598c373a (diff)
parentc0732c406741bbd3d8d16f32f599e7ce83155c85 (diff)
Merge remote-tracking branch 'origin/3.2' to master
Diffstat (limited to 'doc/operations.qdoc')
-rw-r--r--doc/operations.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/operations.qdoc b/doc/operations.qdoc
index 91a3cf04a..bdc4caa2c 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.
@@ -260,7 +260,7 @@
For example, to test copying a file:
\code
- devtool --operation DO,Copy,<source>,<target>
+ devtool operation <binary> DO,Copy,<source>,<target>
\endcode
*/