main-executable: fix description for -X

This commit is contained in:
Mis012
2024-05-28 00:17:51 +02:00
parent 5fb7cb283f
commit debbded4c5

View File

@@ -610,7 +610,7 @@ void init_cmd_parameters(GApplication *app, struct jni_callback_data *d)
.flags = 0,
.arg = G_OPTION_ARG_STRING_ARRAY,
.arg_data = &d->extra_jvm_options,
.description = "install .desktop file for the given apk",
.description = "pass an additional option directly to art",
},
{
.long_name = "extra-string-key",