mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 19:36:18 +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,
|
||||
"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.");
|
||||
|
||||
g_option_context_add_main_entries (context, entries, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user