diff options
author | Thomas Tanner <trtanner@btinternet.com> | 2016-03-19 10:59:38 (GMT) |
---|---|---|
committer | Thomas Tanner <trtanner@btinternet.com> | 2016-03-19 10:59:38 (GMT) |
commit | b0e44d9dc69b224e75c2ce755ec1a0b7f5585e49 (patch) | |
tree | 2e01262f7daab2fd6ed07fb041b0b2045699ea06 /doc | |
parent | 2a1cc4e5bc95abe0cf43b811ad75bff6015fb45b (diff) | |
download | SCons-b0e44d9dc69b224e75c2ce755ec1a0b7f5585e49.zip SCons-b0e44d9dc69b224e75c2ce755ec1a0b7f5585e49.tar.gz SCons-b0e44d9dc69b224e75c2ce755ec1a0b7f5585e49.tar.bz2 |
Cleanup of code/comments and rename and rewrite of upgrade script
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/scons.xml b/doc/man/scons.xml index 59ac678..27cf8b7 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> |