summaryrefslogtreecommitdiff
path: root/test/Interactive/help.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-08-31 19:57:51 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2017-08-31 19:57:51 -0700
commit9c4fb40fbe108ba7ad9a37f25c2929269adbb107 (patch)
tree7f2a3a36201d9548ce6f62e742a467e07b7d8422 /test/Interactive/help.py
parent6fcbd22acf9b6bdc6cb838ae00dec2fe7af7b035 (diff)
downloadscons-9c4fb40fbe108ba7ad9a37f25c2929269adbb107.tar.gz
Fix many epydoc warnings
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.
"""