Added brackets to help page.

This commit is contained in:
Michael Lazar
2016-03-03 22:03:06 -08:00
parent 7ac2cb1293
commit 68b198d7da
2 changed files with 5 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ class Page(object):
@PageController.register(Command('HELP'))
def show_help(self):
self.term.show_notification(docs.HELP.strip().splitlines())
self.term.show_notification(docs.HELP.strip('\n').splitlines())
@PageController.register(Command('SORT_HOT'))
def sort_content_hot(self):