This commit is contained in:
Kovid Goyal 2025-10-27 08:34:47 +05:30
commit e61eb59ff5
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -72,7 +72,7 @@ class Launch(RemoteCommand):
--wait-for-child-to-exit
type=bool-set
Wait until the launched program exits and print out its exit code. The exit code is
printed out instead of the window id. If the program exited nromally its exit code is printed, which
printed out instead of the window id. If the program exited normally its exit code is printed, which
is always greater than or equal to zero. If the program was killed by a signal, the symbolic name
of the SIGNAL is printed, if available, otherwise the signal number with a leading minus sign is printed.