diff --git a/cmd/chisel/cmd_help.go b/cmd/chisel/cmd_help.go index 66de9150..a0ebd273 100644 --- a/cmd/chisel/cmd_help.go +++ b/cmd/chisel/cmd_help.go @@ -155,11 +155,11 @@ type helpCategory struct { var helpCategories = []helpCategory{{ Label: "Basic", Description: "general operations", - Commands: []string{"help", "version"}, + Commands: []string{"find", "help", "version"}, }, { Label: "Action", Description: "make things happen", - Commands: []string{"cut", "find"}, + Commands: []string{"cut"}, }} var (