We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770b231 commit 4a891f0Copy full SHA for 4a891f0
cmd/mal/mal.go
@@ -133,7 +133,7 @@ func main() {
133
Name: "malcontent",
134
Version: ver,
135
Usage: "Detect malicious program behaviors",
136
- UsageText: "mal <flags> [diff, scan] <path>",
+ UsageText: "mal [GLOBAL FLAGS] <command> [COMMAND FLAGS] <path>",
137
Compiled: time.Now(),
138
// Close the output file and stop profiling if appropriate
139
After: func(_ *cli.Context) error {
0 commit comments