chiark / gitweb /
rename 'app-id' to standard Android 'applicationId'
[fdroidserver.git] / fdroidserver / lint.py
index 1dba32fe9d16c49debb3a4f634f94800541f43c1..492a09fc05a87b607077a10f1e063bc39516f438 100644 (file)
@@ -417,7 +417,7 @@ def main():
     common.setup_global_opts(parser)
     parser.add_argument("-f", "--format", action="store_true", default=False,
                         help=_("Also warn about formatting issues, like rewritemeta -l"))
-    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