summaryrefslogtreecommitdiffstats
path: root/doc/user/help.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/help.sgml')
-rw-r--r--doc/user/help.sgml7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/user/help.sgml b/doc/user/help.sgml
index 233809e..72e09aa 100644
--- a/doc/user/help.sgml
+++ b/doc/user/help.sgml
@@ -28,7 +28,7 @@
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:
@@ -60,8 +60,13 @@
<literallayout>
% <userinput>scons -h</userinput>
+ scons: Reading SConscript files ...
+ scons: done reading SConscript files.
+
Type: 'scons program' to build the production program,
'scons debug' to build the debug version.
+
+ Use scons -H for help about command-line options.
</literallayout>
<para>