summaryrefslogtreecommitdiff
path: root/configshell/node.py
diff options
context:
space:
mode:
Diffstat (limited to 'configshell/node.py')
-rw-r--r--configshell/node.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/configshell/node.py b/configshell/node.py
index ccfba9f..cf2cecb 100644
--- a/configshell/node.py
+++ b/configshell/node.py
@@ -1159,6 +1159,7 @@ class ConfigNode(object):
===========
''')
msg += self.get_command_description(topic)
+ msg += "\n"
self.shell.con.epy_write(msg)
else:
self.shell.log.error("Cannot find help topic %s." % topic)