updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / parallelize / morehelp.patch
blobbca901707e6927458610d6372b7ae61a624af342
1 --- parallelize.c
2 +++ parallelize.c
3 @@ -60,7 +60,7 @@
4 int i, thread_count;
6 if (argc < 2 || (thread_count = atoi(argv[1])) < 1) {
7 - fprintf(stderr, "Usage: parallelize {thread_count}\n");
8 + fprintf(stderr, "Usage: parallelize {thread_count}\nPipe a list of commands to stdin.\n\nhttp://www.marco.org/36737831\n");
9 exit(1);