diff --git a/evennia/commands/default/help.py b/evennia/commands/default/help.py index e9bc868a67..c5c9b431ae 100644 --- a/evennia/commands/default/help.py +++ b/evennia/commands/default/help.py @@ -228,7 +228,7 @@ class CmdSetHelp(MuxCommand): if 'merge' in switches: old_entry.entrytext += " " + self.rhs 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) return if 'delete' in switches or 'del' in switches: