diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-11-16 23:47:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-16 23:47:35 (GMT) |
commit | 7617dcc1f4fff41fd86faf01a41554038f84e366 (patch) | |
tree | 88c71d9a4b2cbf953d7fee3ed6c5927453980802 | |
parent | 45a4d5748b540483919f6f9d4ec4cd828edc1117 (diff) | |
parent | 4d3912f705828c03a45875681fe881a137cdc5a6 (diff) | |
download | SCons-7617dcc1f4fff41fd86faf01a41554038f84e366.zip SCons-7617dcc1f4fff41fd86faf01a41554038f84e366.tar.gz SCons-7617dcc1f4fff41fd86faf01a41554038f84e366.tar.bz2 |
Merge pull request #4634 from dustdfg/patch-1
User Guide: Add mention of `no_progress` option when user passes -Q
-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 5245edf..8e0e0a9 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> |