summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2016-03-19 10:59:38 +0000
committerThomas Tanner <trtanner@btinternet.com>2016-03-19 10:59:38 +0000
commit24855d3acfb438bf22d308a634b9e8b75c867697 (patch)
tree2e01262f7daab2fd6ed07fb041b0b2045699ea06 /doc
parent807fb1a59ccf5476a33f019a77ae9129be4bab5a (diff)
downloadscons-24855d3acfb438bf22d308a634b9e8b75c867697.tar.gz
Cleanup of code/comments and rename and rewrite of upgrade script
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/scons.xml b/doc/man/scons.xml
index 59ac6785..27cf8b7c 100644
--- a/doc/man/scons.xml
+++ b/doc/man/scons.xml
@@ -1707,10 +1707,10 @@ specifies the type of warnings to be enabled or disabled:</para>
</listitem>
</varlistentry>
<varlistentry>
- <term>--warn=cache-v1, --warn=no-cache-v1</term>
+ <term>--warn=cache-version, --warn=no-cache-version</term>
<listitem>
-<para>Enables or disables warnings about the cache directory being in the
-original (v1) layout.
+<para>Enables or disables warnings about the cache directory not using
+the latest configuration information
<emphasis role="bold">CacheDir</emphasis>().
These warnings are enabled by default.</para>