Skip to content

Commit

Permalink
Sort scons --help output
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Mar 27, 2018
1 parent c300cb1 commit d1b8e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Expand Up @@ -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()
Expand Down

0 comments on commit d1b8e6a

Please sign in to comment.