summaryrefslogtreecommitdiffstats
path: root/util/cmake/pro2cmake.py
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-04-28 11:49:19 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-04-30 14:20:26 +0200
commit4618fa6f8dec80a10d348c7c99a31fa4f319856b (patch)
tree76203dc12418fb9680cf6bdb70486b37a9d2e7ad /util/cmake/pro2cmake.py
parent3452874727d8788ab4882eae191220aee6d4f515 (diff)
Fix pro2cmake help text
Change-Id: I84980dda981c50da159e4bb81b08190b882d6978 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'util/cmake/pro2cmake.py')
-rwxr-xr-xutil/cmake/pro2cmake.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py
index dc6c961cc2..2914e8dec1 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -188,7 +188,7 @@ def _parse_commandline():
"--output-file",
dest="output_file",
type=str,
- help="Specify a file path where the generated content should be written to."
+ help="Specify a file path where the generated content should be written to. "
"Default is to write to CMakeLists.txt in the same directory as the .pro file.",
)