summaryrefslogtreecommitdiff
path: root/parallel.c
diff options
context:
space:
mode:
Diffstat (limited to 'parallel.c')
-rw-r--r--parallel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/parallel.c b/parallel.c
index 438bc93..597cda2 100644
--- a/parallel.c
+++ b/parallel.c
@@ -113,7 +113,8 @@ int main(int argc, char **argv)
}
if (maxjobs < 0 && maxload < 0) {
- usage();
+ maxjobs = 1; /* XXX: Maybe we should try to autodetect
+ number of CPUs? */
}
while (optind < argc) {