Fix pro2cmake help text

Change-Id: I84980dda981c50da159e4bb81b08190b882d6978
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Tor Arne Vestbø 2020-04-28 11:49:19 +02:00
parent 3452874727
commit 4618fa6f8d

View File

@ -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.",
)