You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf(" %-30s Specify the binary to use for the worker (relative or hard path). It should accept the same arguments as the default work_queue_worker.\n", "--worker-binary=<file>");
1061
1067
printf(" %-30s Will make a best attempt to ensure the worker will execute in the specified OS environment, regardless of the underlying OS.\n","--runos=<img>");
1062
1068
printf(" %-30s Force factory to run itself as a work queue manager.\n","--run-factory-as-manager");
1069
+
fprintf(stdout, " %-30s Exit if parent process dies.\n", "--parent-death");
1063
1070
printf(" %-30s Show the version string.\n", "-v,--version");
1064
1071
printf(" %-30s Show this screen.\n", "-h,--help");
0 commit comments