summaryrefslogtreecommitdiffstats
path: root/doc/man/options.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/options.sgml')
-rw-r--r--doc/man/options.sgml12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/man/options.sgml b/doc/man/options.sgml
index a231908..b24c18f 100644
--- a/doc/man/options.sgml
+++ b/doc/man/options.sgml
@@ -107,11 +107,13 @@
<para>
Change to the specified <replaceable>directory</replaceable>
- before reading <filename>SConstruct</filename> 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>,
+ before searching for the <filename>SConstruct</filename>,
+ <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>,
<filename>Sconstruct</filename>, or
<filename>sconstruct</filename> in the directory.)