diff options
Diffstat (limited to 'doc/man/scons.xml')
-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> |