summaryrefslogtreecommitdiffstats
path: root/SCons/Environment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'SCons/Environment.xml')
-rw-r--r--SCons/Environment.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/SCons/Environment.xml b/SCons/Environment.xml
index a1fd8ec..7d3927b 100644
--- a/SCons/Environment.xml
+++ b/SCons/Environment.xml
@@ -1103,6 +1103,9 @@ that runs a build,
updates a file,
and runs the build again,
all within a single second.
+<literal>content-timestamp</literal>
+can be used as a synonym for
+<literal>MD5-timestamp</literal>.
</para>
</listitem>
</varlistentry>
@@ -1117,7 +1120,7 @@ Examples:
# Use exact timestamp matches by default.
Decider('timestamp-match')
-# Use MD5 content signatures for any targets built
+# Use hash content signatures for any targets built
# with the attached construction environment.
env.Decider('content')
</example_commands>