diff options
-rw-r--r-- | commands/help.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/help.go b/commands/help.go index 11bee7c9..b09e1143 100644 --- a/commands/help.go +++ b/commands/help.go @@ -58,6 +58,7 @@ func (Help) Execute(aerc *widgets.Aerc, args []string) error { func(h int) int { return h / 4 }, func(h int) int { return h / 2 }, )) + return nil } return TermCore(aerc, []string{"term", "man", page}) |