Skip to content

Commit

Permalink
Update die-roller/main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Donnie Adams <[email protected]>
  • Loading branch information
drpebcak and thedadams authored Mar 6, 2025
1 parent a48ed5b commit 3ec0355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion die-roller/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

func main() {
if len(os.Args) < 2 {
log.Fatal("usage: weather <command>")
log.Fatal("usage: roll-dice <command>")
}
ctx := context.Background()

Expand Down

0 comments on commit 3ec0355

Please sign in to comment.