aboutsummaryrefslogtreecommitdiffstats
path: root/commands/help.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/help.go')
-rw-r--r--commands/help.go6
1 files changed, 5 insertions, 1 deletions
diff --git a/commands/help.go b/commands/help.go
index 3d8d5ecf..ce86e3ac 100644
--- a/commands/help.go
+++ b/commands/help.go
@@ -29,7 +29,11 @@ var pages = []string{
}
func init() {
- register(Help{})
+ Register(Help{})
+}
+
+func (Help) Context() CommandContext {
+ return GLOBAL
}
func (Help) Aliases() []string {