launcher, launchctl: testing

This commit is contained in:
Bill Zissimopoulos
2016-05-13 12:07:30 -07:00
parent 1802ac8878
commit be952729c9
3 changed files with 17 additions and 11 deletions

View File

@ -210,7 +210,7 @@ int wmain(int argc, wchar_t **argv)
if (0 == lstrcmpW(L"start", argv[0]))
{
if (3 > argc || argc > 11)
if (3 > argc || argc > 12)
usage();
return start(PipeBuf, PIPE_BUFFER_SIZE, argv[1], argv[2], argc - 3, argv + 3);