summaryrefslogtreecommitdiff
path: root/doc/generated/examples/commandline_EnumVariable_3.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/generated/examples/commandline_EnumVariable_3.xml')
-rw-r--r--doc/generated/examples/commandline_EnumVariable_3.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/generated/examples/commandline_EnumVariable_3.xml b/doc/generated/examples/commandline_EnumVariable_3.xml
index bb9a6d59..73510cb4 100644
--- a/doc/generated/examples/commandline_EnumVariable_3.xml
+++ b/doc/generated/examples/commandline_EnumVariable_3.xml
@@ -3,12 +3,15 @@
scons: *** Invalid value for option COLOR: Red. Valid values are: ('red', 'green', 'blue')
File "/home/my/project/SConstruct", line 5, in <module>
+[?1034h
% <userinput>scons -Q COLOR=BLUE foo.o</userinput>
scons: *** Invalid value for option COLOR: BLUE. Valid values are: ('red', 'green', 'blue')
File "/home/my/project/SConstruct", line 5, in &lt;module&gt;
+[?1034h
% <userinput>scons -Q COLOR=nAvY foo.o</userinput>
scons: *** Invalid value for option COLOR: nAvY. Valid values are: ('red', 'green', 'blue')
File "/home/my/project/SConstruct", line 5, in &lt;module&gt;
+[?1034h
</screen>