diff options
author | Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com> | 2024-11-12 19:02:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-12 19:02:53 (GMT) |
commit | 4d3912f705828c03a45875681fe881a137cdc5a6 (patch) | |
tree | 4d2a2e8c14e7223ca6e051149eae8bfd0d5d1e8c | |
parent | b4d72c716aa98d3cefcf9fcb358429b08ac58114 (diff) | |
download | SCons-4d3912f705828c03a45875681fe881a137cdc5a6.zip SCons-4d3912f705828c03a45875681fe881a137cdc5a6.tar.gz SCons-4d3912f705828c03a45875681fe881a137cdc5a6.tar.bz2 |
Docs: Add metnion of `no_progress` option when user passes -Q
Accordingly to changes to 4.0.0
-rw-r--r-- | doc/user/command-line.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/command-line.xml b/doc/user/command-line.xml index c0a3c0c..a6a7e95 100644 --- a/doc/user/command-line.xml +++ b/doc/user/command-line.xml @@ -557,6 +557,11 @@ foo.in </row> <row> + <entry><literal>no_progress</literal></entry> + <entry><option>-Q</option></entry> + </row> + + <row> <entry><literal>no_site_dir</literal></entry> <entry><option>--no-site-dir</option></entry> </row> |