We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b227a13 commit beb2cb9Copy full SHA for beb2cb9
multirun.c
@@ -196,8 +196,9 @@ void print_help() {
196
printf("\n");
197
printf("Version: %s\n", PROJECT_VERSION);
198
199
- printf("multirun is a small utility to run multiple commands concurrently. ");
200
- printf("If one of these commands terminate it will kill all the others.\n");
+ printf("multirun is a small utility to run multiple commands concurrently.\n");
+ printf("\n");
201
+ printf("If one of these commands terminate it will kill all the others and wait for all its children and subchildren to exit before exiting.\n");
202
203
printf("Options:\n");
204
printf(" -v verbose mode\n");
0 commit comments