diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-09-01 02:57:51 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-09-01 02:57:51 (GMT) |
commit | 29e9530300108c91ba446921bcdc95595a445245 (patch) | |
tree | 7f2a3a36201d9548ce6f62e742a467e07b7d8422 /test | |
parent | 37dfc19d9bb694d80c1bc97d79e519a6d90bcaba (diff) | |
download | SCons-29e9530300108c91ba446921bcdc95595a445245.zip SCons-29e9530300108c91ba446921bcdc95595a445245.tar.gz SCons-29e9530300108c91ba446921bcdc95595a445245.tar.bz2 |
Fix many epydoc warnings
Diffstat (limited to 'test')
-rw-r--r-- | test/Interactive/help.py | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/test/Interactive/help.py b/test/Interactive/help.py index 6020bde..869876f 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. """ |