Skip to content

Commit

Permalink
Add executive-summary to usage text
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe committed Sep 27, 2024
1 parent e51007b commit ab9ec7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func main() {
programName := os.Args[0]

if len(args) == 0 {
fmt.Printf("Usage: %s <command> <args>\nCommands: what-if, check\nArgs: List of source packages for command what-if\n", programName)
fmt.Printf("Usage: %s <command> <args>\nCommands: what-if, check, executive-summary\nArgs: List of source packages for command what-if\n", programName)
os.Exit(0)
}

Expand Down

0 comments on commit ab9ec7f

Please sign in to comment.