repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git]
/
parallelize
/
morehelp.patch
blob
bca901707e6927458610d6372b7ae61a624af342
1
--- parallelize.c
2
+++ parallelize.c
3
@@ -60,7 +60,7 @@
4
int i, thread_count;
5
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);
10
}
11