summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorArttu Tarkiainen <arttu.tarkiainen@qt.io>2019-10-07 17:53:40 +0300
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2019-10-10 12:59:52 +0000
commit62eeab668c239a4a8a8ae4058d3f378464c2def2 (patch)
tree173ec4972643022c1aa92fe83b40be6190c44293 /doc
parent63723d0d7405cf6ab56347e6efac9cecc0309036 (diff)
Fix CreateLink operation destination string formatting on Windows
- Fix string formatting syntax in createJunction() method. - Calculate destination directory string length in bytes rather than characters count. - Make minor alterations to operation usage documentation. Task-number: QTIFW-1443 Change-Id: Ia7f6525c865a3e8a6da5376059111c1ef87353ac Reviewed-by: Katja Marttila <katja.marttila@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/operations.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/operations.qdoc b/doc/operations.qdoc
index 98906ab9c..762d12330 100644
--- a/doc/operations.qdoc
+++ b/doc/operations.qdoc
@@ -205,8 +205,8 @@
\row
\li CreateLink
\li "CreateLink" \c linkPath \c targetPath
- \li Creates a link from the location specified by \c linkPath to
- the location specified by \c targetPath.
+ \li Creates a link in the location specified by \c linkPath that
+ points to the location specified by \c targetPath.
\row
\li CreateLocalRepository
\li "CreateLocalRepository" \c binaryPath \c repoPath