girepository: Provide placeholders for positional parameters

Otherwise, correct invocation isn't clear from the --help output.

This does not introduce new translated strings: FILE was already
translated.

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie
2024-02-28 11:25:07 +00:00
parent 9541b43eef
commit 1a8e2228f6
2 changed files with 7 additions and 2 deletions

View File

@@ -164,7 +164,8 @@ main (int argc, char **argv)
setlocale (LC_ALL, "");
context = g_option_context_new ("");
/* Translators: commandline placeholder */
context = g_option_context_new (_("FILE"));
g_option_context_add_main_entries (context, options, NULL);
g_option_context_parse (context, &argc, &argv, &error);
g_option_context_free (context);