summaryrefslogtreecommitdiffstats
path: root/app/command_help.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/command_help.go')
-rw-r--r--app/command_help.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/command_help.go b/app/command_help.go
index d3b803d8b..22535b4cf 100644
--- a/app/command_help.go
+++ b/app/command_help.go
@@ -23,7 +23,7 @@ func (h *HelpProvider) GetTrigger() string {
return CMD_HELP
}
-func (h *HelpProvider) GetCommand(T goi18n.TranslateFunc) *model.Command {
+func (h *HelpProvider) GetCommand(a *App, T goi18n.TranslateFunc) *model.Command {
return &model.Command{
Trigger: CMD_HELP,
AutoComplete: true,