From 37cf9e7ab89167ef7666d0160cf4c2debff0b8a3 Mon Sep 17 00:00:00 2001 From: Kevin Ruffin Date: Tue, 21 Nov 2017 13:38:29 -0500 Subject: [PATCH] cmd/gomobile: rename bundleId to bundleID Renames the argument to the -bundleid command line flag to be consistent with other parameter naming. Change-Id: Icde0be0fbacb08712c415abce462070a84aa46d9 Reviewed-on: https://go-review.googlesource.com/79115 Reviewed-by: Brad Fitzpatrick --- cmd/gomobile/build.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/gomobile/build.go b/cmd/gomobile/build.go index 7543a2b..aabe31a 100644 --- a/cmd/gomobile/build.go +++ b/cmd/gomobile/build.go @@ -24,7 +24,7 @@ var tmpdir string var cmdBuild = &command{ run: runBuild, Name: "build", - Usage: "[-target android|ios] [-o output] [-bundleid bundleId] [build flags] [package]", + Usage: "[-target android|ios] [-o output] [-bundleid bundleID] [build flags] [package]", Short: "compile android APK and iOS app", Long: ` Build compiles and encodes the app named by the import path.