summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-08-30 23:57:47 (GMT)
committerSteven Knight <knight@baldmt.com>2004-08-30 23:57:47 (GMT)
commitf09896916e7eb4fbd1d334d22e99e6b8d8a64696 (patch)
tree54428428d22e29966e91633ad19790f8ab6fb391 /doc
parent96cb20e235d66ab6ca7f50e2a1a9dc60d34d85db (diff)
downloadSCons-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.18
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