diff options
author | Tom Tanner <ttanner2@bloomberg.net> | 2013-10-08 11:54:25 (GMT) |
---|---|---|
committer | Tom Tanner <ttanner2@bloomberg.net> | 2013-10-08 11:54:25 (GMT) |
commit | 91020237d64f53b2fa6e2b5bf155a1d8bfbdb547 (patch) | |
tree | 9ce325ceebe6b4f0786cea051b8e82038cf04cee /doc/man/scons.xml | |
parent | 0359ca7ad334f499031aacb46c0e1a6b33789024 (diff) | |
download | SCons-91020237d64f53b2fa6e2b5bf155a1d8bfbdb547.zip SCons-91020237d64f53b2fa6e2b5bf155a1d8bfbdb547.tar.gz SCons-91020237d64f53b2fa6e2b5bf155a1d8bfbdb547.tar.bz2 |
Adding documentation and a couple of tests
Diffstat (limited to 'doc/man/scons.xml')
-rw-r--r-- | doc/man/scons.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/man/scons.xml b/doc/man/scons.xml index 947d86d..80bbd44 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -671,8 +671,9 @@ directory.</para> <term>--debug=<emphasis>type</emphasis></term> <listitem> <para>Debug the build process. -<emphasis>type</emphasis> -specifies what type of debugging:</para> +<emphasis>type[,type...]</emphasis> +specifies what type of debugging. Multiple types may be specified, +separated by commas. The following types are valid:</para> </listitem> </varlistentry> |