diff options
Diffstat (limited to 'doc/user/caching.in')
-rw-r--r-- | doc/user/caching.in | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/user/caching.in b/doc/user/caching.in index 2301784..3c87761 100644 --- a/doc/user/caching.in +++ b/doc/user/caching.in @@ -93,9 +93,9 @@ </para> <scons_output example="ex1"> - <command>scons</command> - <command>scons -c</command> - <command>scons</command> + <command>scons -Q</command> + <command>scons -Q -c</command> + <command>scons -Q</command> </scons_output> </section> @@ -129,9 +129,9 @@ </para> <scons_output example="ex1"> - <command>scons</command> - <command>scons -c</command> - <command>scons --cache-show</command> + <command>scons -Q</command> + <command>scons -Q -c</command> + <command>scons -Q --cache-show</command> </scons_output> <para> @@ -176,11 +176,11 @@ </para> <scons_output example="ex1"> - <command>scons</command> - <command>scons -c</command> - <command>scons</command> - <command>scons -c</command> - <command>scons --cache-disable</command> + <command>scons -Q</command> + <command>scons -Q -c</command> + <command>scons -Q</command> + <command>scons -Q -c</command> + <command>scons -Q --cache-disable</command> </scons_output> </section> @@ -217,12 +217,12 @@ </para> <scons_output example="ex1"> - <command>scons --cache-disable</command> - <command>scons -c</command> - <command>scons --cache-disable</command> - <command>scons --cache-force</command> - <command>scons -c</command> - <command>scons</command> + <command>scons -Q --cache-disable</command> + <command>scons -Q -c</command> + <command>scons -Q --cache-disable</command> + <command>scons -Q --cache-force</command> + <command>scons -Q -c</command> + <command>scons -Q</command> </scons_output> <para> |