Skip to content

Commit beb2cb9

Browse files
committed
wip
1 parent b227a13 commit beb2cb9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

multirun.c

+3-2
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,9 @@ void print_help() {
196196
printf("\n");
197197
printf("Version: %s\n", PROJECT_VERSION);
198198
printf("\n");
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");
199+
printf("multirun is a small utility to run multiple commands concurrently.\n");
200+
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");
201202
printf("\n");
202203
printf("Options:\n");
203204
printf(" -v verbose mode\n");

0 commit comments

Comments
 (0)