diff --git a/cmd/ebitenmobile/main.go b/cmd/ebitenmobile/main.go index a9dce534e..17522fda5 100644 --- a/cmd/ebitenmobile/main.go +++ b/cmd/ebitenmobile/main.go @@ -35,7 +35,7 @@ const ( func init() { flag.Usage = func() { // This message is copied from `gomobile bind -h` - fmt.Fprintf(os.Stderr, "%s bind [-target android|ios] [-bootclasspath ] [-classpath ] [-o output] [build flags] [package]", ebitenmobileCommand) + fmt.Fprintf(os.Stderr, "%s bind [-target android|ios] [-bootclasspath ] [-classpath ] [-o output] [build flags] [package]\n", ebitenmobileCommand) os.Exit(2) } flag.Parse()