From 6bac2fba25df89df748c44de1d9d3b9f546d3aac Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Tue, 24 Mar 2015 13:37:11 -0700 Subject: Swap order of -k and -l in help output, to keep the list alphabetized. --- src/ninja.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v0.12