Document the fact that Terminate can be used to stop an individaul process

This commit is contained in:
Richard Frith-Macdonald 2021-01-28 17:47:28 +00:00
parent 37461100dd
commit b3562124d3

View file

@ -78,6 +78,9 @@ main()
printf("\n");
printf(" By default a 30 second shutdown is requested and the\n");
printf(" command finishes without waiting for it to complete.\n");
printf(" NB. The -CommandName option may be used to specify the name\n");
printf(" of an individual process to be terminated (or restarted\n");
printf(" if that process is configured to autolaunch).\n");
printf(" Possible exit statuses are:\n");
printf(" 0 termination requested (completed if -Wait was used).\n");
printf(" 1 termination had not completed by end of -Wait timeout.\n");