mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +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
|
|
@ -55,7 +55,7 @@ def main():
|
|||
help=_("List files that would be reformatted"))
|
||||
parser.add_argument("-t", "--to", default=None,
|
||||
help=_("Rewrite to a specific format: ") + ', '.join(supported))
|
||||
parser.add_argument("appid", nargs='*', help=_("app-id in the form APPID"))
|
||||
parser.add_argument("appid", nargs='*', help=_("applicationId in the form APPID"))
|
||||
metadata.add_metadata_arguments(parser)
|
||||
options = parser.parse_args()
|
||||
metadata.warnings_action = options.W
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue