From 4618fa6f8dec80a10d348c7c99a31fa4f319856b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Tue, 28 Apr 2020 11:49:19 +0200 Subject: Fix pro2cmake help text Change-Id: I84980dda981c50da159e4bb81b08190b882d6978 Reviewed-by: Alexandru Croitor --- util/cmake/pro2cmake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/cmake/pro2cmake.py') 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.", ) -- cgit v1.2.3