Swap order of -k and -l in help output, to keep the list alphabetized.
authorNico Weber <thakis@chromium.org>
Tue, 24 Mar 2015 20:37:11 +0000 (13:37 -0700)
committerNico Weber <thakis@chromium.org>
Tue, 24 Mar 2015 20:37:11 +0000 (13:37 -0700)
src/ninja.cc

index 48c7239..4987bb2 100644 (file)
@@ -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"