summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2019-11-16 14:22:14 (GMT)
committerMats Wichmann <mats@linux.com>2019-11-16 14:22:14 (GMT)
commitc3f7bb42338d5008ff908c2f4ee85c07de9fffcb (patch)
tree91f6f7c39ec16c5f75ee737472f8af47e5073c04 /src
parent8822795f5e37be2e0cd694523217693fac680d55 (diff)
downloadSCons-c3f7bb42338d5008ff908c2f4ee85c07de9fffcb.zip
SCons-c3f7bb42338d5008ff908c2f4ee85c07de9fffcb.tar.gz
SCons-c3f7bb42338d5008ff908c2f4ee85c07de9fffcb.tar.bz2
[PR 3475] update docs/generated [ci skip]
There's debated about whether the generated should be checked in at all; without an answer to that, they've fallen far enough out of sync that it becomes harder to use "git diff" as a spot-check that nothing strange is happening due to any given doc change. This should resync them to current. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'src')
-rw-r--r--src/engine/SCons/Script/Main.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/SCons/Script/Main.xml b/src/engine/SCons/Script/Main.xml
index 13ad336..514c1ae 100644
--- a/src/engine/SCons/Script/Main.xml
+++ b/src/engine/SCons/Script/Main.xml
@@ -138,9 +138,9 @@ env = Environment(PREFIX = GetOption('prefix'))
<para>
While &AddOption; behaves like
<function>optparse.add_option</function>,
-the behavior of options added by &AddOption;
+the behavior of options added by &AddOption;
which take arguments is underfined in
-<command>scons</command> if a space
+<command>scons</command> if whitespace
(rather than <literal>=</literal> sign) is used as
the separator on the command line when
the option is invoked.