Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
gmc-2 authored Feb 14, 2023
1 parent 5f0810c commit 7cb35a8
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 @@ -13,7 +13,7 @@ func main() {
var pingcolor string
pingtype := "java"
if len(os.Args) <= 1 {
fmt.Printf("usage: %s <host> (type)\n<>: required\n(): optional\nallowed types: java (default) and bedrock", filepath.Base(os.Args[0]))
fmt.Printf("usage: %s <host> (type)\n<>: required\n(): optional\nallowed types: java (default) and bedrock\n", filepath.Base(os.Args[0]))
os.Exit(0)
}
host := os.Args[1]
Expand Down

0 comments on commit 7cb35a8

Please sign in to comment.