summaryrefslogtreecommitdiff
path: root/test/Interactive/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Interactive/help.py')
-rw-r--r--test/Interactive/help.py13
1 files changed, 5 insertions, 8 deletions
diff --git a/test/Interactive/help.py b/test/Interactive/help.py
index 6020bdec..869876f1 100644
--- a/test/Interactive/help.py
+++ b/test/Interactive/help.py
@@ -57,15 +57,12 @@ scons.send('h\n')
scons.send('?\n')
help_text = """\
-build [TARGETS] Build the specified TARGETS and their dependencies.
- 'b' is a synonym.
-clean [TARGETS] Clean (remove) the specified TARGETS and their
- dependencies. 'c' is a synonym.
+
+build [TARGETS] Build the specified TARGETS and their dependencies. 'b' is a synonym.
+clean [TARGETS] Clean (remove) the specified TARGETS and their dependencies. 'c' is a synonym.
exit Exit SCons interactive mode.
-help [COMMAND] Prints help for the specified COMMAND. 'h' and
- '?' are synonyms.
-shell [COMMANDLINE] Execute COMMANDLINE in a subshell. 'sh' and '!'
- are synonyms.
+help [COMMAND] Prints help for the specified COMMAND. 'h' and '?' are synonyms.
+shell [COMMANDLINE] Execute COMMANDLINE in a subshell. 'sh' and '!' are synonyms.
version Prints SCons version information.
"""