modified docstring to match changes

This commit is contained in:
iLLiCiTiT 2021-05-26 10:54:54 +02:00
parent 221f60bb23
commit 61e10a4fc4

View file

@ -6,9 +6,9 @@ class LaunchWithTerminal(PreLaunchHook):
"""Mac specific pre arguments for application.
Mac applications should be launched using "open" argument which is internal
callbacks to open executable. We also add argument "-an" to create new
process. This is used only for executables ending with ".app". It is
expected that these executables lead to app packages.
callbacks to open executable. We also add argument "-a" to tell it's
application open. This is used only for executables ending with ".app". It
is expected that these executables lead to app packages.
"""
order = 1000