mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-15 04:05:11 +01:00
Correct filename extension in help output.
This commit is contained in:
parent
eaae8f6578
commit
e0850b56e2
@ -486,7 +486,7 @@ main (int argc, char **argv)
|
|||||||
|
|
||||||
g_option_context_set_summary (context,
|
g_option_context_set_summary (context,
|
||||||
"Compile all GSettings schema files into a schema cache.\n"
|
"Compile all GSettings schema files into a schema cache.\n"
|
||||||
"Schema files are required to have the extension .gschema,\n"
|
"Schema files are required to have the extension .gschema.xml,\n"
|
||||||
"and the cache file is called gschemas.compiled.");
|
"and the cache file is called gschemas.compiled.");
|
||||||
|
|
||||||
g_option_context_add_main_entries (context, entries, NULL);
|
g_option_context_add_main_entries (context, entries, NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user