Sort scons --help output

(cherry-picked from commit a31b5ebcba)
This commit is contained in:
Iris Morelle 2018-03-27 03:45:42 -03:00
parent 391ddd45b2
commit 2584a21716

View file

@ -232,7 +232,7 @@ specifying --option-cache=FILE command line argument. Current option values can
If you set CXXFLAGS and/or LDFLAGS in the environment, the values will
be appended to the appropriate variables within scons.
""" + opts.GenerateHelpText(env))
""" + opts.GenerateHelpText(env, sort=cmp))
if GetOption("help"):
Return()