diff options
| -rw-r--r-- | Mailman/Commands/cmd_help.py | 1 |
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 |
