Made scons --help sort options alphabetically.

This commit is contained in:
Sergey Popov 2008-08-05 12:04:30 +00:00
parent 3207048de8
commit 66733c3ffb

View file

@ -157,7 +157,7 @@ values can be listed with 'scons -h'.
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 env["cachedir"] and not env['ccache']:
CacheDir(env["cachedir"])