Fix pro2cmake help text
Change-Id: I84980dda981c50da159e4bb81b08190b882d6978 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>bb10
parent
3452874727
commit
4618fa6f8d
|
|
@ -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.",
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue