From 2d377f62ea0a4989bc8a7f5ed2af53b6cd1cc17d Mon Sep 17 00:00:00 2001 From: kwesolowski Date: Fri, 25 Jul 2014 09:42:33 +0200 Subject: Fixed/improved -l N documentation For windows On windows "system load" is not so obvious term, added line explaining N argument in -l N --- src/ninja.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ninja.cc b/src/ninja.cc index 5dfcbf4..735c449 100644 --- a/src/ninja.cc +++ b/src/ninja.cc @@ -194,7 +194,7 @@ void Usage(const BuildConfig& config) { " -j N run N jobs in parallel [default=%d, derived from CPUs available]\n" " -l N do not start new jobs if the load average is greater than N\n" #ifdef _WIN32 -" (not yet implemented on Windows)\n" +" (N can be between 0.0 for idle processors to 1.0 for all processors 100% busy)\n" #endif " -k N keep going until N jobs fail [default=1]\n" " -n dry run (don't run commands but act like they succeeded)\n" -- cgit v0.12