X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=docs%2Fgoals.pod;h=e2b1af161d161205b95cc59329ba1077fd16da54;hb=d4e38a120ebe65ef688472506b0b5900f955ded1;hp=c94cadb0122e4d89d773aeffe69df6e88363b76b;hpb=476aebb63c9fa21d4e591684a3f5181169a6e66f;p=goals.git diff --git a/docs/goals.pod b/docs/goals.pod index c94cadb..e2b1af1 100644 --- a/docs/goals.pod +++ b/docs/goals.pod @@ -8,7 +8,7 @@ goals - an experimental tool that generalizes “make” goals ['TARGET'] ['VAR=VALUE'] [-C|--directory DIRECTORY] [-d] [-f|--file Goalfile] - [-I|--include DIRECTORY] [--no-prelude] + [-I|--include DIRECTORY] [-j|--jobs JOBS] [--no-prelude] goals --help @@ -76,6 +76,15 @@ Note that if a relative path is given here, it is relative to the directory specified with the I<-C> option, or to the current directory if I<-C> was not used. +=item B<-j> JOBS + +=item B<--jobs> JOBS + +Set the maximum number of commands that can run at the same time. +Unlike make, goals defaults to running in parallel, setting the +default to the number of cores on the machine. To disable parallel +jobs, you must use S>. + =item B<--no-prelude> Do not load F from C<%stdlib>. The default is that the