summaryrefslogtreecommitdiffstats
path: root/doc/user/default.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/default.in')
-rw-r--r--doc/user/default.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/user/default.in b/doc/user/default.in
index dbe6ecd..2410da6 100644
--- a/doc/user/default.in
+++ b/doc/user/default.in
@@ -100,9 +100,9 @@ default list.
</para>
<scons_output example="ex1">
- <command>scons</command>
- <command>scons</command>
- <command>scons goodbye</command>
+ <command>scons -Q</command>
+ <command>scons -Q</command>
+ <command>scons -Q goodbye</command>
</scons_output>
<para>
@@ -117,7 +117,7 @@ default list.
</para>
<scons_output example="ex1">
- <command>scons .</command>
+ <command>scons -Q .</command>
</scons_output>
<para>
@@ -176,8 +176,8 @@ default list.
</para>
<scons_output example="ex2">
- <command>scons</command>
- <command>scons .</command>
+ <command>scons -Q</command>
+ <command>scons -Q .</command>
</scons_output>
<para>
@@ -211,6 +211,6 @@ default list.
</para>
<scons_output example="ex3">
- <command>scons</command>
- <command>scons .</command>
+ <command>scons -Q</command>
+ <command>scons -Q .</command>
</scons_output>