Skip to content

Commit

Permalink
Fix helpgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
rkervella committed Jun 13, 2019
1 parent c0f77f2 commit 23cc420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/command/bind-commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ func BindCommands(app *grumble.App, server *core.SliverServer) {
fmt.Println()
return nil
},
HelpGroup: consts.SliverWinHelpGroup,
HelpGroup: consts.SliverHelpGroup,
})

app.AddCommand(&grumble.Command{
Expand Down

0 comments on commit 23cc420

Please sign in to comment.