From: Nico Weber Date: Tue, 24 Mar 2015 20:37:11 +0000 (-0700) Subject: Swap order of -k and -l in help output, to keep the list alphabetized. X-Git-Tag: v1.6.0^2~16^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6bac2fba25df89df748c44de1d9d3b9f546d3aac;p=platform%2Fupstream%2Fninja.git Swap order of -k and -l in help output, to keep the list alphabetized. --- 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"