diff options
author | Steven Knight <knight@baldmt.com> | 2003-11-03 23:29:02 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-11-03 23:29:02 (GMT) |
commit | 07f198d9c7859fa66f2da106390d075aff0f6fec (patch) | |
tree | 387b2d0018114bbc86c7cd916ee8987c77e5a6ee /doc/user/help.in | |
parent | 32838fedb704da9ab0ab719d462290b13e2e4a7f (diff) | |
download | SCons-07f198d9c7859fa66f2da106390d075aff0f6fec.zip SCons-07f198d9c7859fa66f2da106390d075aff0f6fec.tar.gz SCons-07f198d9c7859fa66f2da106390d075aff0f6fec.tar.bz2 |
Sync CVS log from master Aegis repository.
Diffstat (limited to 'doc/user/help.in')
-rw-r--r-- | doc/user/help.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/help.in b/doc/user/help.in index 96e775b..087f3bf 100644 --- a/doc/user/help.in +++ b/doc/user/help.in @@ -28,14 +28,14 @@ It's often very useful to be able to give users some help that describes the specific targets, build options, etc., - that can be used for the build. + that can be used for your build. &SCons; provides the &Help; function to allow you to specify this help text: </para> <scons_example name="ex1"> - <file name="SConstruct"> + <file name="SConstruct" printme="1"> Help(""" Type: 'scons program' to build the production program, 'scons debug' to build the debug version. |