summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-10-11 22:43:46 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-10-11 22:43:46 (GMT)
commit4f7b5abd7c9fe05a6f894005fdd3586c87d02462 (patch)
treec4b72a1578ff3e846a908aa65776d21e5a3c907c /doc
parent7144cf56430cff650a34ef102ad64ce5feb1d9cd (diff)
downloadSCons-4f7b5abd7c9fe05a6f894005fdd3586c87d02462.zip
SCons-4f7b5abd7c9fe05a6f894005fdd3586c87d02462.tar.gz
SCons-4f7b5abd7c9fe05a6f894005fdd3586c87d02462.tar.bz2
Fix logic which was broken by automatic fixers. the sort parameter to GenerateHelpText() is now actually called.
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/man/scons.xml b/doc/man/scons.xml
index 3268860..1f99753 100644
--- a/doc/man/scons.xml
+++ b/doc/man/scons.xml
@@ -4056,7 +4056,9 @@ and return
-1, 0 or 1
(like the standard Python
<emphasis>cmp</emphasis>
-function).</para>
+function).
+
+Optionally a Boolean value of True for <emphasis>sort</emphasis> will cause a standard alphabetical sort to be performed</para>
<literallayout class="monospaced">
Help(vars.GenerateHelpText(env))