From debbded4c519e114b2b813a6809f9034756b1283 Mon Sep 17 00:00:00 2001 From: Mis012 Date: Tue, 28 May 2024 00:17:51 +0200 Subject: [PATCH] main-executable: fix description for -X --- src/main-executable/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main-executable/main.c b/src/main-executable/main.c index 5dece6e3..19e89fc2 100644 --- a/src/main-executable/main.c +++ b/src/main-executable/main.c @@ -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",