diff options
author | Steven Knight <knight@baldmt.com> | 2003-11-03 23:29:02 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-11-03 23:29:02 (GMT) |
commit | 6c596f1833a9e169e97356721d82a1ccf5fa37cc (patch) | |
tree | 387b2d0018114bbc86c7cd916ee8987c77e5a6ee /doc/user/default.in | |
parent | d64a435c6ad5196230fea4e8637d1ba03959b676 (diff) | |
download | SCons-6c596f1833a9e169e97356721d82a1ccf5fa37cc.zip SCons-6c596f1833a9e169e97356721d82a1ccf5fa37cc.tar.gz SCons-6c596f1833a9e169e97356721d82a1ccf5fa37cc.tar.bz2 |
Sync CVS log from master Aegis repository.
Diffstat (limited to 'doc/user/default.in')
-rw-r--r-- | doc/user/default.in | 16 |
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> |