gtk-launch: Add help string for --version

This was missing for no good reason.
This commit is contained in:
Matthias Clasen
2016-09-11 10:51:19 -04:00
parent bce313881c
commit 3f102c27aa

View File

@ -37,7 +37,7 @@ static gboolean show_version;
static gchar **args = NULL;
static GOptionEntry entries[] = {
{ "version", 0, 0, G_OPTION_ARG_NONE, &show_version, NULL, NULL },
{ "version", 0, 0, G_OPTION_ARG_NONE, &show_version, N_("Show program version"), NULL },
{ G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_FILENAME_ARRAY, &args, NULL, NULL },
{ NULL}
};