Skip to content

Commit 4a891f0

Browse files
Ritish134egibs
andauthored
Fix help message to correctly show CLI command structure (#1068)
Co-authored-by: Evan Gibler <20933572+egibs@users.noreply.github.com>
1 parent 770b231 commit 4a891f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/mal/mal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func main() {
133133
Name: "malcontent",
134134
Version: ver,
135135
Usage: "Detect malicious program behaviors",
136-
UsageText: "mal <flags> [diff, scan] <path>",
136+
UsageText: "mal [GLOBAL FLAGS] <command> [COMMAND FLAGS] <path>",
137137
Compiled: time.Now(),
138138
// Close the output file and stop profiling if appropriate
139139
After: func(_ *cli.Context) error {

0 commit comments

Comments
 (0)