summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ninja.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ninja.cc b/src/ninja.cc
index 735c449..04b3689 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
-" (N can be between 0.0 for idle processors to 1.0 for all processors 100% busy)\n"
+" (N can be between 0.0 for all processors being IDLE 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"