mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
rename 'app-id' to standard Android 'applicationId'
* https://developer.android.com/studio/build/application-id.html * https://sites.google.com/a/android.com/tools/tech-docs/new-build-system/applicationid-vs-packagename This only changes the term in the human texts, not var names or CLI flags.
This commit is contained in:
parent
278d67d960
commit
fa0d618d2f
9 changed files with 9 additions and 9 deletions
|
|
@ -996,7 +996,7 @@ def parse_commandline():
|
|||
|
||||
parser = ArgumentParser(usage="%(prog)s [options] [APPID[:VERCODE] [APPID[:VERCODE] ...]]")
|
||||
common.setup_global_opts(parser)
|
||||
parser.add_argument("appid", nargs='*', help=_("app-id with optional versionCode in the form APPID[:VERCODE]"))
|
||||
parser.add_argument("appid", nargs='*', help=_("applicationId with optional versionCode in the form APPID[:VERCODE]"))
|
||||
parser.add_argument("-l", "--latest", action="store_true", default=False,
|
||||
help=_("Build only the latest version of each package"))
|
||||
parser.add_argument("-s", "--stop", action="store_true", default=False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue