diff options
author | Steven Knight <knight@baldmt.com> | 2007-07-11 19:58:03 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2007-07-11 19:58:03 (GMT) |
commit | 0bef9160a93a51ab9671c0a19d144ca027355e24 (patch) | |
tree | 3acb9712ca8521ff76cbb8fd2e940e856a9a53d5 /doc | |
parent | 20f1ce98ac72261e08700a16c023f503fc706242 (diff) | |
download | SCons-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')
-rw-r--r-- | doc/user/command-line.in | 2 | ||||
-rw-r--r-- | doc/user/command-line.sgml | 2 |
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> |