From fd709c59f86b3d8ddd270157cf602c3c6abc094d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 9 Mar 2014 18:22:10 +0000 Subject: [PATCH] document -j option in head comment --- main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.c b/main.c index f0bb84f..0967442 100644 --- a/main.c +++ b/main.c @@ -8,6 +8,9 @@ * The arguments must be ordered so that n > m: * n is the number of (more, shorter) input matches of length m * m is the number of (fewer, longer) output matches of length n + * + * Options: + * -j run in parallel on cores */ /* -- 2.30.2