summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2015-03-24 13:37:11 -0700
committerNico Weber <thakis@chromium.org>2015-03-24 13:37:11 -0700
commit6bac2fba25df89df748c44de1d9d3b9f546d3aac (patch)
tree35b963f086c598b3d63515b31ccf39fd30fffca9
parent30dbcb62168a494c1c172ddbe8dbad2ae3a561d6 (diff)
downloadninja-6bac2fba25df89df748c44de1d9d3b9f546d3aac.tar.gz
Swap order of -k and -l in help output, to keep the list alphabetized.
-rw-r--r--src/ninja.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ninja.cc b/src/ninja.cc
index 48c7239..4987bb2 100644
--- a/src/ninja.cc
+++ b/src/ninja.cc
@@ -192,8 +192,8 @@ void Usage(const BuildConfig& config) {
" -f FILE specify input build file [default=build.ninja]\n"
"\n"
" -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"
" -k N keep going until N jobs fail [default=1]\n"
+" -l N do not start new jobs if the load average is greater than N\n"
" -n dry run (don't run commands but act like they succeeded)\n"
" -v show all command lines while building\n"
"\n"