mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
cmd/ebitenmobile: Add newline to usage output (#1109)
This commit is contained in:
parent
4d2a0287b5
commit
c9a28219e8
@ -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 <path>] [-classpath <path>] [-o output] [build flags] [package]", ebitenmobileCommand)
|
||||
fmt.Fprintf(os.Stderr, "%s bind [-target android|ios] [-bootclasspath <path>] [-classpath <path>] [-o output] [build flags] [package]\n", ebitenmobileCommand)
|
||||
os.Exit(2)
|
||||
}
|
||||
flag.Parse()
|
||||
|
Loading…
Reference in New Issue
Block a user