diff options
author | Steven Knight <knight@baldmt.com> | 2004-08-30 23:57:47 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-08-30 23:57:47 (GMT) |
commit | f09896916e7eb4fbd1d334d22e99e6b8d8a64696 (patch) | |
tree | 54428428d22e29966e91633ad19790f8ab6fb391 /doc | |
parent | 96cb20e235d66ab6ca7f50e2a1a9dc60d34d85db (diff) | |
download | SCons-f09896916e7eb4fbd1d334d22e99e6b8d8a64696.zip SCons-f09896916e7eb4fbd1d334d22e99e6b8d8a64696.tar.gz SCons-f09896916e7eb4fbd1d334d22e99e6b8d8a64696.tar.bz2 |
Allow Help() to be called multiple times, appending to the text each time. (Chad Austin)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index a08b151..6b94453 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -2929,8 +2929,12 @@ This specifies help text to be printed if the .B -h argument is given to .BR scons . -.B scons -will exit after printing out the help text. +If +.BR Help +is called multiple times, the text is appended together in the order +that +.BR Help +is called. '\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .TP |