summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-09-10 23:38:55 (GMT)
committerSteven Knight <knight@baldmt.com>2001-09-10 23:38:55 (GMT)
commit41a56f7c2d2faac0b6a084e591de3faa1a3e79ff (patch)
tree7aacb222c2e89cdc423842a0a137a9df30e0f862 /doc
parent5baa0ff42fc922008a0a148bef7da73b09f0dfbd (diff)
downloadSCons-41a56f7c2d2faac0b6a084e591de3faa1a3e79ff.zip
SCons-41a56f7c2d2faac0b6a084e591de3faa1a3e79ff.tar.gz
SCons-41a56f7c2d2faac0b6a084e591de3faa1a3e79ff.tar.bz2
Add -C support.
Diffstat (limited to 'doc')
-rw-r--r--doc/man/options.sgml9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/man/options.sgml b/doc/man/options.sgml
index b24c18f..b88a585 100644
--- a/doc/man/options.sgml
+++ b/doc/man/options.sgml
@@ -111,11 +111,12 @@
<filename>Sconstruct</filename> or
<filename>sconstruct</filename> file, or doing anything
else. Multiple <option>-C</option> options are interpreted
- relative to the previous one. (This is nearly equivalent
- to <literal>-f directory/SConstruct</literal>, except
- that it will search for <filename>SConstruct</filename>,
+ relative to the previous one, and the right-most
+ <option>-C</option> option wins. (This option is nearly
+ equivalent to <literal>-f directory/SConstruct</literal>,
+ except that it will search for <filename>SConstruct</filename>,
<filename>Sconstruct</filename>, or
- <filename>sconstruct</filename> in the directory.)
+ <filename>sconstruct</filename> in the specified directory.)
</para>
</listitem>