summaryrefslogtreecommitdiffstats
path: root/doc/user
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2007-07-11 19:58:03 (GMT)
committerSteven Knight <knight@baldmt.com>2007-07-11 19:58:03 (GMT)
commit0bef9160a93a51ab9671c0a19d144ca027355e24 (patch)
tree3acb9712ca8521ff76cbb8fd2e940e856a9a53d5 /doc/user
parent20f1ce98ac72261e08700a16c023f503fc706242 (diff)
downloadSCons-0bef9160a93a51ab9671c0a19d144ca027355e24.zip
SCons-0bef9160a93a51ab9671c0a19d144ca027355e24.tar.gz
SCons-0bef9160a93a51ab9671c0a19d144ca027355e24.tar.bz2
Merged revisions 2117-2120 via svnmerge from
http://scons.tigris.org/svn/scons/branches/core ........ r2119 | garyo | 2007-07-11 08:53:36 -0500 (Wed, 11 Jul 2007) | 1 line Fixed minor cut/paste doc error ........ r2120 | stevenknight | 2007-07-11 12:42:50 -0500 (Wed, 11 Jul 2007) | 4 lines Simplify the {Add,Get,Set}Option() implementations, and initialize the OptionsParser variable with a do-nothing class, in case it's used by test scripts without normal SCons.Script.Main initialization. ........
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/command-line.in2
-rw-r--r--doc/user/command-line.sgml2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/command-line.in b/doc/user/command-line.in
index b444d30..b2cb888 100644
--- a/doc/user/command-line.in
+++ b/doc/user/command-line.in
@@ -978,7 +978,7 @@
<para>
- Other values that equate to &true; include
+ Other values that equate to &false; include
<literal>n</literal>,
<literal>0</literal>,
<literal>off</literal>
diff --git a/doc/user/command-line.sgml b/doc/user/command-line.sgml
index 66de79c..1bc94d7 100644
--- a/doc/user/command-line.sgml
+++ b/doc/user/command-line.sgml
@@ -939,7 +939,7 @@
<para>
- Other values that equate to &true; include
+ Other values that equate to &false; include
<literal>n</literal>,
<literal>0</literal>,
<literal>off</literal>