summaryrefslogtreecommitdiff
path: root/Mailman/Commands/cmd_help.py
diff options
context:
space:
mode:
authorbwarsaw2002-05-17 23:22:31 +0000
committerbwarsaw2002-05-17 23:22:31 +0000
commit317bbbfd2acd18e1c219301b7b03942bcfca218d (patch)
tree0fc1f96a5b5001c56e821b1f73991213c76ffe57 /Mailman/Commands/cmd_help.py
parent7d8a272ee76662b41bb0bfb1ddacbe8d2061fca8 (diff)
downloadmailman-317bbbfd2acd18e1c219301b7b03942bcfca218d.tar.gz
mailman-317bbbfd2acd18e1c219301b7b03942bcfca218d.tar.zst
mailman-317bbbfd2acd18e1c219301b7b03942bcfca218d.zip
Diffstat (limited to 'Mailman/Commands/cmd_help.py')
-rw-r--r--Mailman/Commands/cmd_help.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mailman/Commands/cmd_help.py b/Mailman/Commands/cmd_help.py
index 97af851c9..295354f74 100644
--- a/Mailman/Commands/cmd_help.py
+++ b/Mailman/Commands/cmd_help.py
@@ -48,6 +48,7 @@ def process(res, args):
'You can access your personal options via the following url:')
res.results.append(urlhelp)
res.results.append(memberurl)
+ # Get a blank line in the output.
res.results.append('')
break
# build the specific command helps from the module docstrings