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 <bradfitz@golang.org>
This commit is contained in:
Kevin Ruffin 2017-11-21 13:38:29 -05:00 committed by Brad Fitzpatrick
parent c0beac360c
commit 37cf9e7ab8
1 changed files with 1 additions and 1 deletions

View File

@ -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.