diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-11-16 22:10:55 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2024-11-16 22:10:55 (GMT) |
commit | 3a6dd27b522013d2d550eb58654b8cc3b4b933d1 (patch) | |
tree | 720e4ba49fdf7db3d4224bccca6c3e914927afb6 | |
parent | a9bcd84d538e3e0621b1d2e32820ce6ccfdd4e77 (diff) | |
download | SCons-3a6dd27b522013d2d550eb58654b8cc3b4b933d1.zip SCons-3a6dd27b522013d2d550eb58654b8cc3b4b933d1.tar.gz SCons-3a6dd27b522013d2d550eb58654b8cc3b4b933d1.tar.bz2 |
[ci skip] minor edits
-rw-r--r-- | doc/man/scons.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/scons.xml b/doc/man/scons.xml index d646185..0193924 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -3638,10 +3638,10 @@ the command line. If there are command line targets, this list has the same contents as <link linkend="v-BUILD_TARGETS">&BUILD_TARGETS;</link>. If there are no targets specified on the command line, -the list is empty. The elements of this list are strings. +this list is empty. The elements of this list are strings. This can be used, for example, to take specific actions only -when a certain target is explicitly requested for building.</para> +when a certain target(s) are explicitly requested for building.</para> <para>Example:</para> |