diff options
author | Steven Knight <knight@baldmt.com> | 2003-11-18 05:27:57 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-11-18 05:27:57 (GMT) |
commit | 921722a590e38747ab92e91f8d048b6a63345b9e (patch) | |
tree | 720306c9b7cbb8ca9c097d80e45a1ce18d96cf6a /doc | |
parent | 8d1c196a9da9634739875c94607cf423b6e35a22 (diff) | |
download | SCons-921722a590e38747ab92e91f8d048b6a63345b9e.zip SCons-921722a590e38747ab92e91f8d048b6a63345b9e.tar.gz SCons-921722a590e38747ab92e91f8d048b6a63345b9e.tar.bz2 |
Added better -H documentation for --debug and remove -e from man page. (Anthony Roach)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index f3ccafc..cdf785a 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -496,10 +496,10 @@ of a given derived file: $ scons --debug=includes foo.o .EE -.TP --e, --environment-overrides -Variables from the execution environment override construction -variables from the SConscript files. +.\" .TP +.\" -e, --environment-overrides +.\" Variables from the execution environment override construction +.\" variables from the SConscript files. .TP .RI -f " file" ", --file=" file ", --makefile=" file ", --sconstruct=" file |