Made addhelp/append us a single line break. Resolves #730.
This commit is contained in:
parent
c6be8b4a66
commit
0cbb96bc82
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ class CmdSetHelp(MuxCommand):
|
||||||
if 'merge' in switches:
|
if 'merge' in switches:
|
||||||
old_entry.entrytext += " " + self.rhs
|
old_entry.entrytext += " " + self.rhs
|
||||||
else:
|
else:
|
||||||
old_entry.entrytext += "\n\n%s" % self.rhs
|
old_entry.entrytext += "\n%s" % self.rhs
|
||||||
self.msg("Entry updated:\n%s" % old_entry.entrytext)
|
self.msg("Entry updated:\n%s" % old_entry.entrytext)
|
||||||
return
|
return
|
||||||
if 'delete' in switches or 'del' in switches:
|
if 'delete' in switches or 'del' in switches:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue