summaryrefslogtreecommitdiffstats
path: root/doc/operations.qdoc
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2020-03-05 07:48:19 +0200
committerKatja Marttila <katja.marttila@qt.io>2020-03-05 11:44:40 +0000
commit5b49250e689ecd35d3f17bde4549e2bf8f23f028 (patch)
tree7f7bd85ef0538c1ea70b9f6e0957ecd096c2dffd /doc/operations.qdoc
parentfbf763b7338f802b0d0ce9fe5e812950b853f30c (diff)
Fix devtool documentation
Change-Id: I2c1cf408709a0dc3b4a34b21d9f086254b253260 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
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 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
*/