summaryrefslogtreecommitdiffstats
path: root/doc/user/alias.in
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-11-03 23:29:02 (GMT)
committerSteven Knight <knight@baldmt.com>2003-11-03 23:29:02 (GMT)
commit07f198d9c7859fa66f2da106390d075aff0f6fec (patch)
tree387b2d0018114bbc86c7cd916ee8987c77e5a6ee /doc/user/alias.in
parent32838fedb704da9ab0ab719d462290b13e2e4a7f (diff)
downloadSCons-07f198d9c7859fa66f2da106390d075aff0f6fec.zip
SCons-07f198d9c7859fa66f2da106390d075aff0f6fec.tar.gz
SCons-07f198d9c7859fa66f2da106390d075aff0f6fec.tar.bz2
Sync CVS log from master Aegis repository.
Diffstat (limited to 'doc/user/alias.in')
-rw-r--r--doc/user/alias.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/user/alias.in b/doc/user/alias.in
index 22fc128..6cc68b0 100644
--- a/doc/user/alias.in
+++ b/doc/user/alias.in
@@ -50,7 +50,7 @@
</para>
<scons_output example="ex1" os="posix">
- <command>scons install</command>
+ <command>scons -Q install</command>
</scons_output>
<para>
@@ -95,8 +95,8 @@
</para>
<scons_output example="ex2" os="posix">
- <command>scons install-bin</command>
- <command>scons install-lib</command>
- <command>scons -c __ROOT__/</command>
- <command>scons install</command>
+ <command>scons -Q install-bin</command>
+ <command>scons -Q install-lib</command>
+ <command>scons -Q -c __ROOT__/</command>
+ <command>scons -Q install</command>
</scons_output>