codebrainz commented on this pull request.
> @@ -119,17 +119,17 @@ static gboolean dummy = FALSE;
/* in alphabetical order of short options */
static GOptionEntry entries[] =
{
- { "column", 0, 0, G_OPTION_ARG_INT, &cl_options.goto_column, N_("Set
initial column number for the first opened file (useful in conjunction with
--line)"), NULL },
- { "config", 'c', 0, G_OPTION_ARG_FILENAME, &alternate_config, N_("Use
an alternate configuration directory"), NULL },
+ { "column", 0, 0, G_OPTION_ARG_INT, &cl_options.goto_column, N_("Set
initial column number to COLUMN for the first opened file (useful in
conjunction with --line)"), N_("COLUMN") },
+ { "config", 'c', 0, G_OPTION_ARG_FILENAME, &alternate_config, N_("Use
an alternate configuration directory DIR"), N_("DIR") },
Done.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1644#discussion_r144711318